Category: ASP.Net Controls

Posted in ASP.Net Controls

ListBox Control in ASP.Net

ASP.Net ListBox Control – How to use listbox control in asp.net c#. How to display multiple item in listbox control and how to select multiple item from listbox contorl in asp.net. Multiple Selection box in asp.net.

Continue Reading ListBox Control in ASP.Net
Posted in ASP.Net Controls

DropDownList Control in ASP.Net

ASP.Net DropDownList Control – How to use dropedownlist control in asp.net c#. Understand difference between dropdownlist and listbox control in asp.net.

Continue Reading DropDownList Control in ASP.Net
Posted in ASP.Net Controls

AdRotator Control in ASP.Net

ASP.Net AdRotator Control – How to use Adrotator control in ASP.Net C#. Adrotator control is used to display the sequence of advertisement images on web page in asp.net.

Continue Reading AdRotator Control in ASP.Net
Posted in ASP.Net Controls

RadioButton Control in ASP.Net

ASP.Net RadioButton Control – How to use radiobutton control in asp.net c#. Select only single item from group of items using rediobutton control in asp.net C#.

Continue Reading RadioButton Control in ASP.Net
Posted in ASP.Net Controls

CheckBox Control in ASP.Net

ASP.Net CheckBox Control – asp.net checkbox control is allow user to do check or uncheck checkbox square. checkbox control is checked or unchecked by specify the checked property true or false.

Continue Reading CheckBox Control in ASP.Net
Posted in ASP.Net Controls

FileUpload Control in ASP.Net C#

ASP.Net FileUpload Control – how to upload file using fileupload control in asp.net c#. Fileupload control is used to upload any file or image to website folder.

Continue Reading FileUpload Control in ASP.Net C#
Posted in ASP.Net Controls

Image Control in ASP.Net

ASP.Net Image Control – Image control is used to display image on web page in asp.net. ImageUrl is used to describe the path of image.

Continue Reading Image Control in ASP.Net
Posted in ASP.Net Controls

ImageButton Control in ASP.Net

ASP.Net ImageButton Control – Imagebutton is a simple button control which allow us to write some server side code. Imagebutton looks like an image on web page in asp.net.

Continue Reading ImageButton Control in ASP.Net
Posted in ASP.Net Controls

LinkButton Control in ASP.Net.

ASP.Net LinkButton Control – LinkButton is displayed same as link on web page, but it allow user to write some server code on linkbutton click events.

Continue Reading LinkButton Control in ASP.Net.
Posted in ASP.Net Controls

HyperLink Control in ASP.Net

ASP.Net HyperLink Control – HyperLink control is used to redirect user to other page in asp.net. In asp.net link one web forms to other using hyperlink control.

Continue Reading HyperLink Control in ASP.Net
Posted in ASP.Net Controls

Button Control in ASP.Net.

ASP.Net Button Control – The Button control in asp.net is used to display a simple push or click button on web forms. Button control allow user to write server code for programming.

Continue Reading Button Control in ASP.Net.
Posted in ASP.Net Controls

Literal Control in ASP.Net.

ASP.Net Literal Control – The Liter control in asp.net is used to display a simple message on web page. we can not apply any style on literal control. Literal control text is simple black color text.

Continue Reading Literal Control in ASP.Net.