//In "Source.aspx" Stores Value In Context //Store Value Of txtUName.text in The Context... Context.Items("UName") = txtUName.Text; Server.Transfer("Destination.aspx"); //In "Destination.aspx" Retrieves The Value From Source's Context //Copy Value Of Context into UserName String Variable... string UserName; UserName = Context.Items("UName").ToString; Response.Write("Your User Name Is :-> " + UserName);
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: