Sunday, March 11, 2012

RadioButtonList SelectedIndexChanged issue when default value set on !IsPostBack bug

correction line 5 should actually be

RadioButtonList1.SelectedIndex = 0;
 

No comments:

Post a Comment