Try this it might help:-
In the calling page do the folling(control1 and control2 are textboxes here):-
Context.Items[mycontrol1] = mycontrol1.Text
Server.Transfer("uri", true);
In the called page do:-
Page callingpagename = (Page)Context.Handler;
mycontrol2=(expicit...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.