What is Cross Page Posting?

Technology CommunityCategory: ASP.NETWhat is Cross Page Posting?
VietMX Staff asked 3 years ago

When we click submit button on a web page, the page post the data to the same page. The technique in which we post the data to different pages is called Cross Page posting. This can be achieved by setting POSTBACKURL property of the button that causes the postback. Findcontrol method of PreviousPage can be used to get the posted values on the page to which the page has been posted.