Hello all!
I fear I may be in a little over my head, but I am trying to accomplish the following:
I have a gridview control to which I am binding data manually (using a bit of SQL &
VB in a code-behind file).
Within the gridview, I have several template columns for user input, one of which is a drop-down being populated as part of the aforementioned SQL &
VB code-behind.
I should also mention that the gridview is being used to display a summary of the data in question & then perform a bulk update of that data (in groups as specified by the users selection).
Because I am populating the gridview in this way, I am unable to use the canned "select" functionality of the gridview control, but I still need to use the update functionality.
Can someone please tell me how I can go about doing this?
If it is not possible to do this, then I will have a question about programmatically accessing cells within a row, but I will save that for if/when it is needed.
For more details on what is in the code-behind, look at this article:
http://www.gridviewguy.com/ArticleDe...?articleID=125
I have adapted this for my own use & it is working quite well (except for the above stumbling block...).
Thanks!