DropDownList in Gridview
I have a DropDownList in a Gridview that is bound to a TableAdapter in Visual Web Developer 3.5 - with an SQL database backend. If I want an editable DropDownList in Edit mode (for one column) that will update the DB and display the last value selected, do I need Code Behind or will the ASP.NET built in features do it all for me? Please advise.
Thanks,
|