I have a DataGrid with a ItemTemplate column that contains a DropDownList that I am dynamically adding items to via the ItemDataBound function and a DataTable. The user then selected from the drop down list for each row and then clicks a save button that posts back. Upon the post back all view state information for the drop down lists is gone. How can I maintain this information on the post back so that I know which item the user selected in each row?
L
LoneKawboy
@LoneKawboy
Posts
-
DataGrid and DropDownList -
Images in RadioButtonList instead of textThank you very much for the time you took to explain this to me! It is greatly appreciated.
-
Images in RadioButtonList instead of textI need to display images within a radiobuttonlist as items instead of text. The radiobuttonlist is being created within a DataGrid during a call to ItemDataBound.