Cross Page Posting means you are posting form data from one page to another page.
By default Asp.net web form page ,button and other controls that cause post back submits current page back to itself.
Example
TextBox txtStartDate = (TextBox) PreviousPage.FindControl("txtStartDate ");