Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sakkara

    Gridview Manual Update

    Hi, Due to the complexity of the data, I have to build up the datatable manually and then bind it to a gridview. The process is listed below:- 1. Build data into 2d array array 2. Loop through each row in the array, building a Datarow and adding the datarow to the datatable. 3. Binding the...
  2. sakkara

    Gridview cell value in edit more

    Thank you for your quick reply! If I only databind when the postback is true, then nothing will ever display on the gridview, it needs to at least bind once on the first hit. Any other ideas?
  3. sakkara

    Gridview cell value in edit more

    Hi, I am trying to manually edit a gridview and get the updated values. The values will then be passed to tbe middle tier. Due to this, I am manually setting up the data source and binding it. My code binds the data correctly, displays it and so on, but when I actually edit any columns and...
  4. sakkara

    Drop column only if it exists

    Hi, How do I drop a column within a table, ONLY if it exists? I have hunted around but no luck in finding any solution. Thank you.

Part and Inventory Search

Back
Top