I am trying to design an online questionaire. What is the best way to keep a count of which questions have been answered. I tried to keep a counter variable but that keeps getting reset on postbacks between each question.
Thanks for your helpYou can always set the count to a session.
Zath
If it is always postback to the same page, you may use ViewState, or use Session variable.
Monday, March 26, 2012
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment