Posted on: 9/8/2014 4:57:30 PM | Views : 339

Hello
I have a 'new user' form that, locally at least, inserts form field data into my Access database.
What I would like to do is link that form to another file that tells the user 'You have successfully registered'. In ASP.NET how would I code that, please? In Classic ASP I think it would be with a Response.Redirect statement but I am not sure with ASP.NET. If the user has not successfully registered he should be redirected back to the 'create new user' form.
Also, where do I get the 'You have successfully registered' (HTML or ASPX?) page from in Solution Explorer? That is, which file do I pull in from Solution Explorer to the main window in Visual Studio 2013?
Thanks for any help.
Blueie

Go to the complete details ...