Mapping virtual path to physical path using Server MapPath method Example Part 20

In this video tutorial we are going to learn and understand how can we Mapping virtual path to physical path using Server MapPath method and kudvenkat will explain Mapping virtual path to physical path using Server MapPath method with great details. Excellent video from Kudvenkat

View Video

Mapping virtual path to physical path using Server MapPath method Mapping virtual path physical path Server MapPath method Example




Data bind asp.net dropdownlist with data from the database Part 17

In this video tutorial we are going to learn and understand how we can Data bind asp.net dropdownlist with data from the database . This video is prepared by Kudvenkat.

View Video

Data bind asp.net dropdownlist with data from the database Data bind asp.net dropdownlist asp.net dropdownlist with data from the database


ASP.NET Video Tutorial on Dropdownlist control Part 16 By Kudvenkat

Use the DropDownList control to create a single-selection drop-down list control. You can control the appearance of the DropDownList control by setting the BorderColor, BorderStyle, and BorderWidth properties. To specify the items that you want to appear in the DropDownList control, place a ListItem object for each entry between the opening and closing tags of the DropDownList control. The DropDownList control also supports data binding. To bind the control to a data source, create a data source, such as a System.Collections.ArrayList object, that contains the items to display in the control. Then, use the Control.DataBind method to bind the data source to the DropDownList control. Use the SelectedIndex property to programmatically determine the index of the item selected by the user from the DropDownList control. The index can then be used to retrieve the selected item from the Items collection of the control.

View Video

ASP.NET Video Tutorial Dropdownlist control Video Tutorial By Kudvenkat what is dropdownlist control