Hi all,
I have a self submitting asp page with server side validation. If the validation fails I'm able to display the appropriate messages and ask the user to fill in the missing details. If the validation passes I redirect to the next page by using
Response.Redirect("nextpage.asp").
But the problem is I'm not able to access any of the form variables in the other page. I'm new to ASP. Please help !
Thanks
Senthil