Tuesday, 21 December 2010

What is Web Control

Webcontrol is the base class that define methods properties events for all the controls in System.Web.UI.Webcontrols namespace.

A control is an object that can be drawn on to the Web Form to enable or enhance user interaction with the application. Examples of these controls include the TextBoxes Buttons Labels Radio Buttons etc. All these Web server controls are based on the System.Web.UI.Control class

No comments:

Post a Comment