-
Logout user from multiple frames in ASP.NET
Hai,
I have a webpage which is divided in to three frames one is heading .aspx (location is on top of webpage), navigation.aspx(to the left of web page)
and mainpage.aspx(remaing area is occupied by this).
User can select various links from navigtion.aspx frame, and that selected link
page is displayed in mainpage.aspx(mainarea).
My problem is I have a logout link on navigation.aspx, when user clicks this
it should redirect him to thankyou.aspx page. But instead of showing this in the mainpage.aspx i.e in a single frame.It should come out of all the three frames i.e it should no longer show the links to other web pages to the user.
i.e it should completely redirect the user from a webpage consisting of three frames to thankyou.aspx page.
so, can any one refer me to a good resource/link which explains how to achieve this OR explian me how to procced.
Thanks in advance
-
Do you have to use frames?
I would suggest using MasterPages. Then everything is handled from one page (yet you still get dynamic headers, menus, etc).
-
Using ASP.NET 2003
Hai,
I have this application in Asp.net 2003, with frames. And I Have to implement
what I stated above. So, what can I do now to accomplish it.
Thanks for your reply
-
Well... you could just call a refresh on each frame after the logout. I don't think the frames are changing when you logout from one, so you need to notify the others that the logout happened.
Similar Threads
-
By Austin S in forum ASP.NET
Replies: 0
Last Post: 08-12-2002, 09:03 AM
-
By Morten Rasmussen in forum Enterprise
Replies: 0
Last Post: 07-11-2002, 01:52 PM
-
By crystal in forum Database
Replies: 0
Last Post: 03-31-2002, 08:58 AM
-
By John Whitney in forum VB Classic
Replies: 2
Last Post: 02-02-2001, 12:15 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|