how to fill drop down list in asp.net from database.
1806
30-Oct-2015
i want fill drop down list from database in my asp.net application. please give me any solution.
Anonymous User
30-Oct-2015Use 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 appear in the DropDownList control, place a ListItem element for each entry between the opening and closing tags of the DropDownList control. It is server side control in asp.net.