R
Red2
Hi All,
I have a asp.net (c#) web form. It's using nested repeaters to
build a test. So one repeater for questions, and the nested one for
answers. The answers are all a radio button. Well on submit i check
to see if the user answered all the questions. If they haven't i
simple make a error label visable.
The problem i'm having is, if they don't answer all the questions
and the error shows, when the screen refreshes all the previously click
radios are now blank. View state is enabled on the page, and on the
radio control.
Anyone have any ideas
Thanks
I have a asp.net (c#) web form. It's using nested repeaters to
build a test. So one repeater for questions, and the nested one for
answers. The answers are all a radio button. Well on submit i check
to see if the user answered all the questions. If they haven't i
simple make a error label visable.
The problem i'm having is, if they don't answer all the questions
and the error shows, when the screen refreshes all the previously click
radios are now blank. View state is enabled on the page, and on the
radio control.
Anyone have any ideas
Thanks