What is best way to pass data between ASP.Net pages?

Nappy

New member
I don't want to use session variables. I tried to access a control on a previous page after a Server.Transfer(path,true), but the value keeps coming up Null. Any ideas?
 
Back
Top