Select Request Method
ASYNC Requests (POST using Javascript to a handler script)
This method can be used to update page via javascript with results.
It can be used for a cleaner “Web Application” style interface.
WEB FORMS Requests (ASP.NET Web Form Postback method)
This method is the standard “Form Submit” style interface
Form page submits to new page load with results.