简体   繁体   中英

ASP.NET Redirect to other page internal

Is there a way to redirect a asp.net page to another and restart the server workflow without the user seeing it in their browser?

  1. Call to .NET Page (handled by routing)
  2. Perform some actions based on this call
  3. Call other webpage internal (handled by a httpmodule)

The internal page don't "exist" (passes though a module that performs some routing) so I don't think a simple Server.Transfer will work.

You Two Option First you User Jquery and you can Poast data to another page without changes in browser and second is that you can use Cross Page posting. In Cross Page Posting you can call another page from base page. And you can access all data of base to that page. Follow this .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM