Hi,
I am currently developing a site in C#,ASP.net. I have one problem
regarding frameset. There is one frameset in which I show the header with
navigation bar, and contents in other frame in bottom, The navigation bar
has menu for login, and once user is logged out I load the other navigation
bar with logout.
Now, the problem is when first time user visits the site Login Menubar is
loaded. Now when user clicks on this and logs into the site the previous
frame with login menu bar still remains there but also the logout menubar is
displayed below that, eventhough it should display just logout menu bar. If
I refresh the page after this it only shows the proper menu bar.
The source of the frame is stored in Session and depending on the menu
selection I assign the proper menubar html file it.
Any help is much appriciated.
Thanks,
Geeta.