Dear all,
i have a large amount of data in one asp.net page when i want click on button then redirect to next asp.net page i want to disply hole previous page data
without saving into database and also session ....
is there any way?....
Loading
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.
Abhishek KumarPosted Aug 9, 2014, 8:22 AM
Try to use server.transfer method.
Server.Transfer("");
Abhishek