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
Why and where this web.config file is used?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Is it possible to create web application with both webforms and mvc?
What are the events in a page life cycle?
What is enableviewstate in asp net?
What is server infrastructure?
List the asp.net validation controls?
How does the service stream content?
WSDL means?
Is asp.net and .net the same?
Explain how is a property designated as read-only?
What are the validation controls available in ASP.NET?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What are the types of authentication in asp.net?
What are the Types of authentications in IIS