Post to Another .aspx Page

Post to Another .aspx Page

ASP.NET Web Forms post back to themselves?even if you add an explicit action attribute in the

tag, ASP.NET overrides that action and posts the form to the original filename. You can work around the problem by removing the runat=”server” from the

tag as shown below:

Note: You should be aware that if you do this, you can’t use server controls in your form, only HTML Controls.

Another method is to let the page post back, but then use the Server.Transfer method to transfer control to another page in your application or on your server:

 If IsPostBack   Server.Transfer("someOtherPage.aspx")End If

You can’t use Server.Transfer to transfer control to a page running on a different server, but you can maintain all the form and querystring variables using the overload version Server.Transfer(, True). The True parameter in that call determines whether the server should preserve the posted values.

Share the Post:
data observability

Data Observability Explained

Data is the lifeblood of any successful business, as it is the driving force behind critical decision-making, insight generation, and strategic development. However, due to its intricate nature, ensuring the

Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved