Best Tutorials website


Self Submitting Pages

Self Submitting Pages

A very important coding method to understand when developing ASP pages is the page that submits to itself. This technique is very powerful and can drastically reduce the number of files you have to maintain and the number of places in which you need to make changes when maintaining code. The concept is simple. Using forms, set the action value to the URL of the page in which the form resides. Then use ASP code to determine what the current state of the page, and present the proper output to the user.




Views: 841 | Rating star | by David




View this tutorial
Broken link Report broken link?