How to add Checkbox in DDL for multi selection in asp.net?SJSanket Jain8yAsked Jun 1, 2018, 6:53 AM711Learn iOS ProgrammingHow to add checkbox in dropdown list for multi selection in asp.net ?I am binding dropdown list thru database.
Jayakumar Balasubramaniam8y agoPosted Jun 1, 2018, 7:27 AMHi, You need to write any user control to achieve that or try to use ListBox control and any jQuery BootStrap Multi-Select Plugin to do that, there is no direct controls with combination of DropDown and Checkbox in asp.net.
Jayakumar BalasubramaniamPosted Jun 1, 2018, 7:27 AM