Hi Freinds ,In this Article we will discuss very interesting topic about standard postback and cross postbackthe,
We all know that ASP.NET depends on the postback architecture,
where pages containing a <form> section post back to themselves. However,
there are cases when you may want to post the contents of a form to another page.
For example, you may need to generate sections of the page using ASP.NET server-side code but post the form to another page,
or have multiple submit buttons that post to different pages.