answersLogoWhite

0

Mostly all Web Server controls inherit from a common base class, namely the WebControl class defined in the System.Web.UI.WebControls namespace. This base class implements a set of common properties that all Web Server controls have: Attributes, CSSClass, BackColor, Enabled, Visible, Width, etc. Web server controls that do not inherit from the WebControl class include Literal, PlaceHolder, Repeater, and Xml.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

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.


How do you disable back button of a web browser in ASPNet?

its not working fine


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 master page is used for in aspnet?

Master page is a page which has content of master data( Common data), Other web page can inherit the master page in asp.net. If you are familiar with OOPS, then we can tell master page is similar to abstract class, where other class can inherit.


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 Microsoft AspNet?

Microsoft Asp.net is the technology wich is used to develope dynamic web pages.


How do you begin to become a aspnet programmer?

Start with the basics and you will learn it easily. Then make sites for people and people will see that you can program. Try applying for your job as a web developer advanced in ASPNET and you will get your job if you did you homework.


What is a telerik gridcontrol in aspnet?

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


Is it essential to learn ASP or ASPnet for an FTP server?

No. ASP and ASP.NET are issues of a web server, not an ftp server.


What is data bound in aspnet?

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