Submit Button

W

WendyWest

I am actually using Visual Studio but I can't find a discussion group for it.
I have a submit button that saves data to a database but I also want it to
open a "Thank You" page. My code is:

Try
InsertDataIntoDB()
Catch ex As Exception
Throw New Exception("", ex)
End Try

How can I get this to also open a .htm page?
 
M

MD Websunlimited

Hi Wendy,

ASP.Net 1.1 or ASP.Net 2.0 how best to implement this depends upon which version you're using.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top