Here Mudassar Ahmed Khan has explained with an example, how to implement Cross Page Posting (CrossPagePostBack) in ASP.Net Web Pages using C# and VB.Net.
Cross Page Posting (CrossPagePostBack) is supported in ASP.Net 2.0, 3.0, 3.5, 4.0, 4.5 and higher frameworks.
Cross Page Posting (CrossPagePostBack) is a way to submit one page to another page and it also allows to access controls of Previous Page using the PreviousPage property.
↧