Hi all,
Iam new to using mater pages.Ok.
lets sayi i have a master pg called main.master and 5 content pages as c1.aspx,c2.aspx,c3.aspx,c4.aspx and c5.aspx. all the 5 content pages are inherited by main.master.
these module requires authentication.
i used session to access the content pgs through login.aspx.once user credentilas are Ok then user can access the c1.aspx and then go on to further pg.
Incase when user suppose directly try to access it like www.abc.com/a.aspx.
it shouldn't open rather it could redirect to login .aspx.
To acheive this, i did as of now as created a session in login pg when credentials are correct.
then checked the created session in c1.aspx and main.master as well.
then only i can able to achive my requirement.
what i did is correct or not?
looking forward to hear from ur advice
&nbs ...
Go to the complete details ...