Jump to content

ranw3schools

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by ranw3schools

  1. 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. how can you inter-change the column order sequence? after it bind to a datagridthat is column5 then column4, column3, column2, column1 and column0
  3. suggestion: why did they not standardize the SQL statement use by any database vendor ?
  4. ranw3schools

    Datagrid

    to change the background coloryou can use selection style class this class will change the current row style
  5. you can do this. use solution explorer->project->add pageto swith to the pagewrite code such as response.redirect("pagename.aspx")
  6. goto www.somee.com free web hosting that support Asp.net this free web hosting is best
  7. goto http://www.connectionstrings.com for other sample of connectionstring to different database storage
  8. how do you perform SQL statement in a comma separated values(*.csv) file format ?I have open the connection using OLEDB, but I don't know the SQL statement
  9. consider the asp.net since it is close to asp and you are comfortable to it
×
×
  • Create New...