Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
i need to get a dropdown list in a particular column
of gridview
. That column appears after binding a database.
Posted

read this and use :

try This
[^]


Regards...
Mitesh
 
Share this answer
 
Use TemplateField in Gridview.In that TemplateField drag and drop a dropdownlist from Toolbar. Then in codebehind in RowDatabound FindControl DropdownList and bind it through database.

Please refer to the following link for more help

http://usingaspdotnet.blogspot.in/2011/03/dropdownlist-inside-gridview-in-aspnet.html[^]

Thanks
 
Share this answer
 
v2

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