view state bug?

  • Thread starter Thread starter Red2
  • Start date Start date
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top