Concepts and capabilities of cross page posting - ASP.NET

Explain the concepts and capabilities of cross page posting.

Cross Page Posting: It refers to the scenario where on event of some controls posts from one page to another instead of a normal postback. Normal postback is when for e.g. a button (or any control that postbacks) is clicked and web page is submits the page back to itself which means a return trip. In Cross page posting, on click of a button there would be no return trip.

Cross-page posting is done at the control level. It is possible to create a page that posts to different pages depending on what button the user clicks on. It is handled by done by changing the postbackurl property of the controls.
How to access ViewState value of this page in the next page - ASP.NET
How to access ViewState value of this page in the next page - PreviousPage property is set to the page property of the nest page to access..
What is SQL Cache Dependency in ASP.NET?
SQL Cache Dependency in ASP.NET - It is the mechanism where the cache object gets invalidated when the related data or the related resource is modified....
Concepts of Post Cache Substitution in .NET
Concepts of Post Cache Substitution in .NET - It works opposite to fragment caching. The entire page is cached, except what is to be kept dynamic..
Post your comment
Discussion Board
good
it is nice
abhishek 03-30-2012