I wanted to implement a multi-select AutoCompleteExtender that displays a checkbox on each row. I found some examples that implement checkboxes in dropdown lists, but nothing involving the AutoCompleteExtender. Any ideas?
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What control would the AutoCompleteExtender extend – a drop down checkbox list?
The AJAX Control Toolkit has an AutoCompleteExtender to extend textboxes, it’s worth downloading and looking at the source to get an idea of how to go about it.
There’s also a walkthrough on how to go about developing your own extenders