As the querystring is limited to the amount of characters you can place in it, and I'd sooner not user it if I can help it anyway, is there another way for me to move text from one page to another?
I've got a form that when a user submits it takes the data to an ASP page which then checks everything is ok, if there's a problem it takes them back to the form and tells them what the problem is. What I want to do is re-populate the form fields with the data they've just entered rather than making them do it all over again.
The only way I can think is to have a message, say there's been an error' on the checking page with a 'continue' button. In the background I build another form with hidden fields and use the continue button to submit the data back to the form page.
There's got to be a better way.
I've got a form that when a user submits it takes the data to an ASP page which then checks everything is ok, if there's a problem it takes them back to the form and tells them what the problem is. What I want to do is re-populate the form fields with the data they've just entered rather than making them do it all over again.
The only way I can think is to have a message, say there's been an error' on the checking page with a 'continue' button. In the background I build another form with hidden fields and use the continue button to submit the data back to the form page.
There's got to be a better way.