Click here to Skip to main content
15,913,773 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

How do i add a dropdownlist in a detailsview?
The dropdownlist has to populate data from database.
Please help!!!

Thanks in advance
Posted

1 solution

Just Use a Generic List add Values in List from database and Bind in this way
dropdownlist.Items.Add(new ListItem("-- Select -- ", "0"));
"Select is your Item and 0 is the value "
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900