Monica Bundel
I have one Login.aspx page and another index.html page after logging in i want username in textbox of index.html page which is stored in session in aaspx page. ?
By Monica Bundel in .NET on Sep 29 2015
  • Monica Bundel
    Feb, 2016 17

    Response.Redirect(String.Concat("~/index.html?UserName=", Convert.ToString(Session["UserName"])));

    • 1
  • Vishal Jadav
    Aug, 2016 8

    On login in login.aspx save the username in cookie and redirect to index.html here access the cookie variable value and use where needed.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS