How do I do this. I need to only get the HTML radio's and there
selected valuesforeach (DataListItem item in DataListControl.Items )
{
RadioButton rd = item.FindControl("radio_ID") as RadioButton ;
bool selected = rd.Checked;
// process
}
HTH
Elton Wang
"dfetrow410@.hotmail.com" wrote:
> How do I do this. I need to only get the HTML radio's and there
> selected values
>
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment