Page load problem
Posted
by AZHAR
on Stack Overflow
See other posts from Stack Overflow
or by AZHAR
Published on 2010-05-09T09:19:57Z
Indexed on
2010/05/09
9:28 UTC
Read the original article
Hit count: 348
Hi,
I am devolping a web application.the problem is that i am using a login control (not a .NET control) which is a part of master page and is acessible from all pages. if user log In from a page the login control updates itself and displlay some statistics of logged In user but the specific page does not reload. (some options on page are visible only to authenticated users, so that after login, page should be reloaded to display such options)
after logIn methoed I wrote
Reponse.Redirect(Request.Url.AbsoluteUri)
after this the browser response the "Page cannot be displayed"
It would be of great help to me.
Many Thanks, Regards. AZHAR
© Stack Overflow or respective owner