aspdotnet_website_programming thread: Doubt on form method
I read in the book that all ASP.Net forms are sent by the POST method, if they are not sent by the POST method - if you try to override it - you will not be able to use the information in the form. So cant we use GET method in ASP.Net forms.
|





