Help: Call another page

P

Progman

Id like to call another aspx page from a script area from a procedure.

the only way i found is:

Me.Controls.Clear()
Server.Execute("AnotherPage.aspx)

Is there a better way?
 
E

Eliyahu Goldin

Do you want to open another form when the user clicks a button? Should it
open in the same browser window or in a new one?

Eliyahu
 

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