Cross Page Request in ASP.NET 2.0

xiaoxiao2021-03-06  77

Everyone still remembers, in the ASP, in a page, as long as there is an Form form, after POST, you can accept it in another form, and in ASP.NET 2.0, we can do this. Because there is a new feature called Cross Page Request, you can implement such functions, the code is as follows: crosspage1.aspx: <% @ page language = "c #"%>