RadioButtonList Problem
-
Hi In VS 2005 i want when user select an Item of RadioButtonList, the Page postback or SelectedIndexChanged event be fire automaticly. How can i do that?
sasan56 wrote:
In VS 2005 i want when user select an Item of RadioButtonList
VS is just an editor. It has nothing to do with
RadioButtonList
.sasan56 wrote:
Page postback or SelectedIndexChanged event be fire automaticly.
Set the
AutoPostBack=true
:)Navaneeth How to use google | Ask smart questions
-
Hi In VS 2005 i want when user select an Item of RadioButtonList, the Page postback or SelectedIndexChanged event be fire automaticly. How can i do that?
-
Hi In VS 2005 i want when user select an Item of RadioButtonList, the Page postback or SelectedIndexChanged event be fire automaticly. How can i do that?
Set
AutoPostBack=true
:)cheers, Abhijit CodeProject MVP