redirect default page

  • Thread starter Thread starter news
  • Start date Start date
N

news

what is the easiest way to redirect the Default.htm (or asp) page to another
page? Please show me example as I'm learning how to program asp.net. Thanks.
 
hi
Yiou can use
Response.Redirect
or server.transfer
from the serverside code .
Also yuo can use location.href fron clientside javascript code

go through msdn for more detailed description of the above


regards
Ansil
Trivandrum
 
Thanks. I got it.

Ansil MCAD said:
hi
Yiou can use
Response.Redirect
or server.transfer
from the serverside code .
Also yuo can use location.href fron clientside javascript code

go through msdn for more detailed description of the above


regards
Ansil
Trivandrum
 
In addition to Ansil's suggestions you can also set the default page that
you prefer from within IIS.
 

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