Jump to content

ranw3schools

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by ranw3schools

  1. SELECT column5,column4,.... FROM tablename

    The order in which you slect it fromt he table is te order it will display.

    if you have already executed a query which are in col0, col1, col2, col3, col4 , col5 and have a datasource according to the query, how can you manipulate that datasource but with different column order such as col5, col0, col1, col2, col3 , col4
  2. if i want to use two forms in one asp.net page .how could i do this.if i add attribute runat="server" in two  form tags on same page ...it gives  error as only one form can have runat="server" attribute

    you can do this. use solution explorer->project->add pageto swith to the pagewrite code such as response.redirect("pagename.aspx")
×
×
  • Create New...