Link to home
Start Free TrialLog in
Avatar of Contestoas
ContestoasFlag for Norway

asked on

Gridview edit row & DropDownList

Hi
I have a Gridview (ASP.NET 2.0 ) populated from a DataSet.  I do not have a SQLDataSource, the DataSet is populated manually from a datasource that can not be linked directly.
I have added an Edit column to it so that the user can edit a row in the GridView.
How do I add a DropDownList to the ItemTemplate and populate it ? I need to populate it manually row by row !

When the user has made a selection then I need the updated value so that I can update my datasource .

Peter
ASKER CERTIFIED SOLUTION
Avatar of mmarinov
mmarinov

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial