jpw
unread,Aug 27, 2008, 4:38:48 PM8/27/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
I want to pass vars to other web forms. I don't want to use query
strings or cookies. I'd lke to use Session variables but have had all
kind trouble. I *was* using the postback property of the button, but
Session var was empty when i checked on the following page. I read
that I should use the server.transfer command instead. This retained
the values but then threw a nasty error:yet another error message:
"Sys.WebForms.PageRequestManagerParserErrorException..." I read that
I should turn of evenvalidation for the page, but that doesn't sound
like a very wise fix to me.
What are you recmd ways of passing vars between 2.0 ajax enabled web
forms?
Thanks,
jpw