I am designing an user control in ASCX similar to which is shown in the link below http://easylistbox.com/demoMultiDropDown.aspx I am using textbox with Div around and image for arrow and a listbox group control for multiselect option and wrote a javascripts to show and hide the listbox when onclick of image arrow
I could achieve everything except when I click on outside the list is not disappearing Please help me on this.