V
VJ
I have a ASP.NET page Main.aspx with 4 frames. The center frame loads the
login.aspx file. The other three load gif file or html files. The Main.aspx
is the start page for my website
Now I am able to re-direct to this Main.aspx when the user tries to navigate
to any page in the website. I am not able to re-direct to Main.aspx when the
user tries to directly go to login.aspx. How do I make sure this happens. If
do it the same way as I do in other pages, the main page goes in a loop and
the login.aspx loads again and again.
Vijay
login.aspx file. The other three load gif file or html files. The Main.aspx
is the start page for my website
Now I am able to re-direct to this Main.aspx when the user tries to navigate
to any page in the website. I am not able to re-direct to Main.aspx when the
user tries to directly go to login.aspx. How do I make sure this happens. If
do it the same way as I do in other pages, the main page goes in a loop and
the login.aspx loads again and again.
Vijay