473,405 Members | 2,141 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

MutuallyExclusiveCheckBoxExtender + CheckBoxList - AJAX

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.MutuallyExclusiveCheckBoxExten der' cannot extend
controls of type 'System.Web.UI.WebControls.CheckBoxList'

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

Mar 13 '08 #1
1 3479
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 'MutuallyExclusiveCheckBoxExtender1' which I understand it is not
possible.

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

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

Mar 13 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Bryce Budd | last post by:
Hello All, I've been a taker of information from newsgroups for a long time and thought I'd finally make a contribution back to the community whose supported me when I've needed it. After all...
4
by: dm_dal | last post by:
Is there a know issue surrounding the CheckBoxList control and it's viewstate? When my control is created, it's ListItems are checked as needed, but on a postback, they loose their Selected...
4
by: Shaul Feldman | last post by:
Hello, I have something really awkward at work - fighting with CheckBoxList... How can I define CSS for ListItem in CheckBoxList programmatically. I add CheckBoxList's Items on the fly, something...
5
by: Eirik Eldorsen | last post by:
I'm trying to code a reapter that for each listelement show a checkboxlist. I'm almost there. The only thing I can't figure out is how to set the ID of the checkboxlists. This is my code:...
5
by: Patrick.O.Ige | last post by:
I'm binding a CheckBoxlist below in the ItemDataBound(the CheckBoxList is in a Datalist) By doing "li.Selected = True" i can see all the checkBoxes are selected. But what i want is to be able...
4
by: Patrick.O.Ige | last post by:
I have a CheckBoxList in a DataList and i'm trying to get item Selected after doing a postBack. I have set my CheckBoxlist AutoPostBack="True" Any ideas what 'm doing wrong? It seems not to...
1
by: MrNobody | last post by:
is there any existing functionality of CheckedBoxList that I can use so the user can drag n drop items within the list to change the order they appear? What would I have to do, generally?
1
by: Paul Werkowitz | last post by:
Hello, on my page I have a CheckBoxList which can have many entries. I want the user to select some of them, and then it should be possible that the user clicks on any other page of my...
0
by: AnaOlinto | last post by:
Hi, I'm new using AJAX and I'm developing a page where I need to populate a CheckBoxList based on what the user types (it's like an AutoSuggest). I don't know how to bind the checkboxlist from the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.