MutuallyExclusiveCheckBoxExtender + CheckBoxList - AJAX

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tamer Ibrahim

    #1

    MutuallyExclusiveCheckBoxExtender + CheckBoxList - AJAX

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

    Extender control 'MutuallyExclus iveCheckBoxExte nder1' cannot extend
    'CheckBoxList1' . Extender controls of type
    'AjaxControlToo lkit.MutuallyEx clusiveCheckBox Extender' cannot extend
    controls of type 'System.Web.UI. WebControls.Che ckBoxList'

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



  • =?Utf-8?B?YnJ1Y2UgYmFya2Vy?=

    #2
    RE: MutuallyExclusi veCheckBoxExten der + CheckBoxList - AJAX

    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)


    "Tamer Ibrahim" wrote:
    Hi,
    This is the error message I got when I'm trying to extend a'CheckBoxList1 '
    with 'MutuallyExclus iveCheckBoxExte nder1' which I understand it is not
    possible.
    >
    Extender control 'MutuallyExclus iveCheckBoxExte nder1' cannot extend
    'CheckBoxList1' . Extender controls of type
    'AjaxControlToo lkit.MutuallyEx clusiveCheckBox Extender' cannot extend
    controls of type 'System.Web.UI. WebControls.Che ckBoxList'
    >
    How can I make it possible?
    Thank you in advance.
    >
    >
    >
    >

    Comment

    Working...