category

home / developersection / category

Literal Control in ASP.Net
asp.net 20-Oct-2010
Literal Control in ASP.Net

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

HiddenField Control in ASP.Net
asp.net 19-Oct-2010
HiddenField Control in ASP.Net

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 in ASP.Net
asp.net 18-Oct-2010
Bulleted List Control in ASP.Net

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

Table in ASP.Net
asp.net 18-Oct-2010
Table in ASP.Net

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.

ImageMap Control in ASP.Net
asp.net 16-Oct-2010
ImageMap Control in ASP.Net

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.

Image Control in ASP.Net
asp.net 15-Oct-2010
Image Control in ASP.Net

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

RadioButtonList Control in ASP.Net
asp.net 14-Oct-2010
RadioButtonList Control in ASP.Net

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

RadioButton Control in ASP.Net
asp.net 14-Oct-2010
RadioButton Control in ASP.Net

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

CheckBoxList Control in ASP.Net
asp.net 13-Oct-2010
CheckBoxList Control in ASP.Net

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.

Checkbox in ASP.Net
asp.net 13-Oct-2010
Checkbox in ASP.Net

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.

ListBox in ASP.Net
asp.net 13-Oct-2010
ListBox in ASP.Net

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.

DropDownList in ASP.Net
asp.net 12-Oct-2010
DropDownList in ASP.Net

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.