Hi All.
I want to pass value from one page to another page using Server.Transfer("")
Which is best one : Viewstate or context
Hi All.
I want to pass value from one page to another page using Server.Transfer("")
Which is best one : Viewstate or context
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vijaya KadiyalaPosted Oct 4, 2008, 5:14 PM
Hi
You can't send viewstate between pages. context items are sent as part of the server.transfer. After the
server.transfer, context items are disposed.
Thanks -- Vj
http://dotnetvj.blogspot.com
http://oravj.blogspot.com
Niradhip ChakrabortyPosted Sep 29, 2008, 10:25 AM