| Cross-Page Posting Example | | So many years ago, while studying with ASP 3.0, it was very diffucult to receive form pastings from another ASP page even it used to do with ASP:NET 1.x. But .NET 2.0 comes with some new feature line Cross-Page Posting. So what's cross-page posting: clients can post values from one page to another and another ASP.NET page can easily take response.
|