can we pass values from one page to another page without
redirecting to that page?
Answer Posted / amam
We can pass it using server.transfer.
add the value in context.items.add["value",txtDemo.text];
retrive it in the above mentioned page using (!previouspage.iscrosspagepostback)
context.items["value"].tostring();;
as we are using server.transfer url will be same as the page we are sending the value
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What are the ways to sending the data in ASP.NET page?
In order to get assembly info which namespace we should import?
What is base class of button control in .net?
what is DLL Hell and how it is solved in .NET? please explain clearly??
When we use cookie less session? Explain its working?
what are the Custom controls in asp.net?
What's the ASP.Net Application life cycle?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
Which is better union or union all?
What is owin authentication?
What r the asp.net list controls and difference between them?
Where is http session stored?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
What are the authentication types in asp.net?
What are session objects?