Feb 2, 2003 #1 S smartsid Member Joined Jan 26, 2003 Messages 11 What is the default method for a form? Is it post or get anything else?
Feb 3, 2003 #2 Q quwiltw Well-known member Joined Sep 18, 2001 Messages 486 Location Washington, D.C. in html it is "get". though, in Visual Studio.NET if you drag the controls on the form designer, it automatically puts in a method="post".
in html it is "get". though, in Visual Studio.NET if you drag the controls on the form designer, it automatically puts in a method="post".