aliensurfer
aliensurfer

Reputation: 1640

Customizing an AJAX AutoCompleteExtender with a checkbox

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.

Upvotes: 1

Views: 1841

Answers (1)

Russ Cam
Russ Cam

Reputation: 125528

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

Upvotes: 1

Related Questions