answersLogoWhite

0


Best Answer

POST

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the default value for the Method attribute in a ASP.NET server-side Form control?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the default scripting language for ASPNET?

VBScript


What is the default serialization used for ASPNet Ajax calls?

JavaScript Object Notation


How can you make cleint side controls as server side controls in aspnet?

By using runat="server" attribute..


How do you use Microsoft richtext box control in aspnet?

george


How do you control a aspnet page where only users can access?

You can control an ASPnet page to where only users can access it by going to the white list. This regulates the access to only users assigned by the administrator.


What is a grid control in aspnet?

Grid control is used to display/edit/Delete/insert rows of records


What is A clientside control IN ASPNET?

Client side control will do validation and other kind of stuff in the client side.


What is a telerik gridcontrol in aspnet?

Telirick Grid control is like asp.net grid control, with more advanced/customised features.


What is data bound in aspnet?

it is a data that is bounded. Example of control that bound data is GridView and DetailsView.


What is an aspnet webform?

All server controls must appear within a <form> tag, and the <form> tag must contain the runat="server" attribute. The runat="server" attribute indicates that the form should be processed on the server. It also indicates that the enclosed controls can be accessed by server scripts: <form runat="server"> </form>


When you're running a component within aspnet what account is it running under on windows xp ---windows 2000 windows 2003?

It runs on ASPNET (IIS Default Account) found under AD or Users and Computers. The password is autogenerated and DO NOT change the password. If done, there is a document by MS to resolve the issue. Kind regards, Imtiaz Hasham SME IT Networks


Where can one find information on aspnet?

Information about ASPNET can be found on the ASPNET website. Anything one needs to know about using this application framework for web development purposes can be found there.