Call another Page after Login

  • Thread starter Thread starter ruca
  • Start date Start date
R

ruca

Hi,

I have a Login page with
UserName and Password controls
Then I have a button named Login.
When I click the button I want to call another ASPX page. How?
(of course before that I verify user and password, this I already have)
 
Response.Redirect(new page) or
Server.Transfer(new page) or
Server.Execute(page to execute)
 

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

Back
Top