andycharger Posted December 12, 2003 Posted December 12, 2003 I have a aspx form that displays a list of questions on a page with radio button, multiple choice questions. However, this is 10 questions long and relatively quick. What I need to do is increase the test to 40 questions. Not a problem but obviously this is going to take longer to complete and the page will timeout before they finish answering the questions. What I need to do is one of 2 things: 1) Increase the page timeout to 40 minutes or so. Is this possible? 2)Split the questions into 10 question segments on 4 pages one after the other while carrying the answered right/wrong question information over to the next page. Is there a simple way to do what I ask? Thanks Andy Quote
WebJumper Posted December 12, 2003 Posted December 12, 2003 "page timeout" what sould this be? how do you notice your "page timeout"? i only knew session timeout and therefor you can increase the value in web.config Quote
Moderators Robby Posted December 12, 2003 Moderators Posted December 12, 2003 I would either split them into multiple pages or multiple panels within one page making it look like a wizard of sorts Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.