reply
Hey thanks jmurrayhead, I was going to use the wizard control, but I saw that link and the classic asp survey and i'm like how are they doing that.
Okay i'll use the wizard control. thanks again.

Originally Posted by
jmurrayhead
They may be storing the page information in a cookie or session variable and then querying the database for questions that belong to that page. Or, if the questions are entered statically into the page code, they are probably using SELECT CASE statements to display the appropriate set of questions based off of the cookie or session value.
In .Net, you have a Wizard Control which allows for this type of appearance. You can display one form, click next, and then a new form will be displayed. Do some research on the wizard control and that should help you design your questionaire.
Wizard Class (System.Web.UI.WebControls)
peebman2000, April 26th, 2008 04:46 PM
Bookmarks