drop down menu - How to use item templates for dropdown lists in asp.net -
i need customize dropdownlist in asp.net , add checkboxes make multi selection list. can using item templates. if so, how? wanted know if can have tri state checkboxes? appreciated!
drop down lists rendered "select" type inputs in html. so, can't format them contain checkboxes. however, can make use of checkboxlist control, placing in div present desired control.
this site seems have solution: http://www.dotnet247.com/247reference/msgs/42/211693.aspx
or can try looking jquery ui control this.
Comments
Post a Comment