B
Brian VanDyke
I have to display a table with customer data (GridView). However, I want to
be able to show DropDownList controls inside one of the columns, not just
textbox controls. Is this possible? Is it possible to have all of the
controls active so that a simple click of the Submit button updates all
customer records with the data in those DropDownLists?
I was able to do this with classic ASP, but with a GridView control (perhaps
I need a different structure?), I can only edit one record at a time, and I
can only seem to get textboxes in the table, not DropDownLists.
If possible, I need the DropDownList to fill with data from a data source as
well. Thanks for any help.
-Brian
be able to show DropDownList controls inside one of the columns, not just
textbox controls. Is this possible? Is it possible to have all of the
controls active so that a simple click of the Submit button updates all
customer records with the data in those DropDownLists?
I was able to do this with classic ASP, but with a GridView control (perhaps
I need a different structure?), I can only edit one record at a time, and I
can only seem to get textboxes in the table, not DropDownLists.
If possible, I need the DropDownList to fill with data from a data source as
well. Thanks for any help.
-Brian