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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -