MutuallyExclusiveCheckBoxExtender + CheckBoxList - AJAX

T

Tamer Ibrahim

Hi,
This is the error message I got when I'm trying to extend a'CheckBoxList1'
with 'MutuallyExclusiveCheckBoxExtender1' which I understand it is not
possible.

Extender control 'MutuallyExclusiveCheckBoxExtender1' cannot extend
'CheckBoxList1'. Extender controls of type
'AjaxControlToolkit.MutuallyExclusiveCheckBoxExtender' cannot extend
controls of type 'System.Web.UI.WebControls.CheckBoxList'

How can I make it possible?
Thank you in advance.
 
B

bruce barker

you have a couple options:

1) write your own extender that supports checkboxlist
2) use a repeater and checkboxes
3) create the checkbox extenders client side, and attach them to the
rendered checkboxes. (this wouLd be most of the code for #1)


-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,077
Messages
2,570,566
Members
47,202
Latest member
misc.

Latest Threads

Top