D
Do
Hi,
I have a datagrid that displays records
from a database.
On the edit command, I am trying to do something like this.
CType(dtgUsers.FindControl("rdoEAdmin"), RadioButtonList).SelectedValue =
True
But rdoEAdmin is only the name of the list. I have two items in the list
and want
to access their selected value properties. How do I access the list items?
Thanks,
Do
I have a datagrid that displays records
from a database.
On the edit command, I am trying to do something like this.
CType(dtgUsers.FindControl("rdoEAdmin"), RadioButtonList).SelectedValue =
True
But rdoEAdmin is only the name of the list. I have two items in the list
and want
to access their selected value properties. How do I access the list items?
Thanks,
Do