Community

Post data to other Web pages with ASP.NET 2.0

(Tony Patton) Standard HTML forms allow you to post or send its data to another page or application via the method attribute of the form element. In ASP.NET 1.x, Web pages utilize the postback mechanism where the page’s data is submitted back to the page itself. ASP.NET 2.0 provides additional funct

Read More - Register for Free Membership