using session cookie to redirect page

G

Guest

Hello pals,

I have one problem, how to redirect the user from intro page to the main
page, once user visits the site. If user visitng first time the intro page
has to be shown, then further navigation he clikcs the home, he should not go
the intro page he has to reidrect to main page.

The cookie has to be writen in the intro page or main page. if in intro page
how to redirect to the main page without loading the intro page.

How it can be write.. I am not expritse in the asp.net.. please any help

thanx
 
M

Mr Newbie

After you test your cookies, then use this command to redirect the page
which will be sent to the user

Server.Transfer("WebForm2.aspx")
 

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