Hi All
I need a CheckBox Dropdown list control in asp.net i have seen the Jquery control provided in
http://dropdown-check-list.googlecode.com/svn/trunk/doc/dropdownchecklist.html but i also need Hierarchy in that control
*Animal
*Vertiberates
*Aunts
*Plants
*Fungi
Is there any control other than this which can provide this functionality
Hi All I need a CheckBox Dropdown list control in asp.net i have seen
Share
When I was working on similar requirement, I have used “Popupcontrol” from Ajax Toolkit.
Here is more info http://www.asp.net/ajax/ajaxcontroltoolkit/Samples/PopupControl/PopupControl.aspx
Basically, you can create a panel, add all your controls (for example a treeview in your case) and put a textbox which would invoke the panel using the Popupcontrol extender.