What should I do about the RadioButtionList?
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
I'm so helpless,how to determine which radio button is selected?
-
I'm so helpless,how to determine which radio button is selected?
Loveprogramer wrote:
which radio button is selected
I think you should use SelectedItem. For details please refer MSDN[^].
Regards, Arindam Sinha MyBlog - http://arindamsinha.wordpress.com/ Please give your feedback on this message using rating.
-
I'm so helpless,how to determine which radio button is selected?
You can get the Selected Item Text using .
Label.Text = RadioButtonList1.SelectedItem.Text
InRadioButtonList1_SelectedIndexChanged
methods you can check the selected item.Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Visit My Latest Article : Beginner's Guide : Exploring IIS 6.0 With ASP.NET