Q: check radio button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
In a group of radio button, what is the quickest way to check which one is
selected?
Thanks,
Jim.
 
Can give me a page that show how ro use it? I think I treid once but never
got two items there.
 
Offf Yusuf,
This requires so much reading. I added radiobuttonlist and it is one
unbounded component, how can I make this keep three options. Doe it have to
be coming from a table? It is not coming from database, I have it on my page
only.
Thanks,
Jim.
 
For instance,

RadioButtonList1.DataSource = new Object[]{"A","B","C"};
RadioButtonList1.DataBind();

It is all over.

But u can not learn anything withour reading !!! You must read for u, not
for me.. You can use the code given above which show u how, or u can read
that articles and learn what and why. It is up to u...

--

Thanks,
Yunus Emre ALPÖZEN
BSc, MCAD.NET
 
Back
Top