09 December, 2008

RadioButton on Repeater Control Problem Solution

When we put RadioButton on the Repeater Control, all the radiobutton selects when running if it is server control. So we can use alternatively Html Control.

The html control value can get by

dim str as string=request.form("radiobuttonname")

No comments: