Archives
-
How to set SelectedValue of DropDownList in a GridView
I see many people coming across same issue of how to set the SelectedValue of a DropDownList that is inside of a GridView.
-
RadioButton OnCheckChanged not firing on first time click
Someone on a Q&A forum was having issue where he had a RadioButton inside a GridView. The RadioButton had AutoPostBack=”true” and had OnCheckChanged event setup.