Saturday, 6 April 2013

Master Page Using Login Current URL Run

Master Page Using Login Current Page URL Run


 LogIn Table :
 
Master Page:
URL:

   


aspx:cs:

  protected void LogIn_click(object sender, EventArgs e)
    {
        .....
        ....
        string Url = HttpContext.Current.Request.Url.AbsoluteUri;
        Response.Redirect(Url, false);
     }


URL:


LogIn Current URL Only Run in asp.Net









No comments:

Post a Comment