G
Guest
hi
i am creating many radio RadioButtonList dynamically in page load.its
working find.now i want to select a text in radio button(Autopostback is true
for radio buttonlist) and find that text in page load using break point.i am
able to get control ID by using
string syscontrol = (string)Request.Form["__EVENTTARGET"];
how to find the selecte text.
please help me.i cannot do radiobuttonlist1.selecteditem.text because i am
creating control in page load only.
i am creating many radio RadioButtonList dynamically in page load.its
working find.now i want to select a text in radio button(Autopostback is true
for radio buttonlist) and find that text in page load using break point.i am
able to get control ID by using
string syscontrol = (string)Request.Form["__EVENTTARGET"];
how to find the selecte text.
please help me.i cannot do radiobuttonlist1.selecteditem.text because i am
creating control in page load only.