home / developersection / category
A Literal control is used to write simple text on the page, you can use server side formatting options like bold, italic, underlined aspLiteral ID
The HiddenField control provides you with a way to store information in the page without displaying it. This control enables a developer to store a non-displayed value.
Bulleted List control is used to create a list of items formatted with bullets such as circular bullets, rectangle bullets etc. To specify the individ
The Table control is used in conjunction with the Table Cell control and the Table Row control to create a table. The Table Web server control manages data in tabular form.
When the user clicked on a particular piece of the overall image, the application picked out which piece of image is chosen and actions upon that particular selection.
The Image control is used to display an image. ToolTip is an important property in image server control. When mouse will go over the image then Text
The RadioButtonList control is used to create a group of radio buttons. RadioButtonList are used when we need to make multiple sets of choices availa
Radio Buttons are used when we need to make multiple sets of choices available, but we want the user to select only one of them. If they click on a se
The Checkbox List control is used to create a multi-selection check box group. The Checkbox List Web server control displays a number of checkboxes at once.
The Checkbox control is used to display a check box. The Checkbox Web server control gives us an option to select. A checkbox is clicked to select and clicked again to deselect option.
The List Box server control displays a list of items. We can select one or more items from the list of items displayed. The List Box control is used to create a single- or multi-selection drop-down list.
A DropDownList is also commonly known as combo box. It can contain multiple data members, but in DropDownList we can choose only one value at a time.