Hi All,
I have a form in pag1.asp which excutes page2.asp when submit button clicked.
In page2.asp I'm doing server side validation and if any error I want to post the error to page1.asp and post back the already entered values.
I don't want to use session or cookies.
Is there any other alternative way to do this?
Thanks in advance.
I have a form in pag1.asp which excutes page2.asp when submit button clicked.
In page2.asp I'm doing server side validation and if any error I want to post the error to page1.asp and post back the already entered values.
I don't want to use session or cookies.
Is there any other alternative way to do this?
Thanks in advance.