answersLogoWhite

0

What are aspnet controls exactly?

User Avatar

Anonymous

11y ago
Updated: 8/20/2019

ASP NET web server controls are executed when a page containing ASP NET is requested. They are a very usual piece of programming code which is used in web development.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What are user controls in aspnet?

User controls may consist of various controls and it was easy to plug in to various web pages


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

By using runat="server" attribute..


Example program for repeater controls in aspnet?

grid view, details view


What are the different controls available in aspnet?

There are Three types of controls available in ASP .Net. 1. HTML Controls (Traditional HTML Tags) 2. Web Server Controls (New ASP .Net Tags) 3. Validation Server Controls (To validate Inputs)


What is validation in aspnet?

Validation is simply making sure any data coming back from the client is appropriate. It can be both client and server side and is handled by the ASP.NET server controls (valiation controls). These are very easy to work with, as its normally just a matter of dropping them on the page.


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.


What are differences between asp and aspnet?

Asp.net is the new version of asp. It contains the more rich set of controls and library files than asp.net. This site contains some asp.net sample projects that


When did the undertakers urn come into play and what exactly does it do?

it soposadly controls the real undertaker


How many objects in aspnet?

6


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>


What is the default scripting language for ASPNET?

VBScript


What is the fastest way to concat strings in aspnet?

stringbuilder