Page_Load()
string myvalue = (string)Session["UserId"]; Response.Write("Welcome"+ myvalue);
string myvalue = (string)Session[UserId]; Label1.Text="Welcome, "+myvalue+"";
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)