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...
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?
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.