asp.net - Client-Side Filtering of a CheckBox List -
i have checkbox list contains more 100 entries. need filter alternative checkbox list.
the desired functionality when type in filter textbox, contents of checkbox list filtered based on text entered (similar autocomplete).
you should utilize jquery, or similar client-side javascript framework set onblur event filtering input box, when text changes, shows/hides specific items in checkbox list based on matches between text has been entered, , attribute values individual checkbox entries. without seeing specific html setup, can't more specific that.
asp.net dynamic autocomplete filter checkboxlist
No comments:
Post a Comment