Related resources for post back to another aspx page
  • Posting to another .aspx using ASP.NET 6/16/2009 3:00:11 AM. ASP.NET wont allow to post back to another aspx page. It will post back to itself. If you specify action attribute it will ignore it. If you omit the method attribute, it will be set to method="post" by default.