0
kicks
How to do Cross Page Postbacks in Asp.Net 2.0 - Tutorial with examples
Back in the days of ASP.NET 1.x there was no easy way to make post-backs to pages different than the current page (so called Cross Page Postbacks).
From Asp.Net 2.0 this is solved with built-in features that allow us to easily send information from one page to another.
Lets see how...