[How Do I:] Use the ASP.NET AJAX MutuallyExclusive Checkbox Extender?

Please install Silverlight or click download to watch video locally.

The MutuallyExclusive control from the ASP.NET AJAX Control Toolkit enables the developer to configure a number of check boxes as mutually exclusive, which ensures the user may only check a single option. While a radio-button list provides similar behavior, the need for a check box to be clicked by the user makes the MutuallyExclusive control ideal for receiving confirmation from the user, such as accepting or not accepting terms of use.

Presented by Joe Stagner

Duration: 10 minutes, 52 seconds

Date: 04 April 2007

Watch    Video   |   Download    Video   |   VB Code    C# Code

Video downloads: WMV  |  Zune  |  iPod  |  PSP  |  MPEG-4  |  3GP

Audio downloads: AAC  |  WMA  |  MPEG-4  |  MPEG-3  |  MPEG-2

Comments : 12

Leave a Comment

masfenix : On April 17, 2008 10:26 PM said:

Thanks for video. I also rather use checkboxes rather then radio buttons. I hate radio buttons

Wardgp : On June 04, 2008 5:20 PM said:

Joe,

Good video as far as it goes.  Is there another video that would show me how to enable or disable a button based on which checkbox was selected like the opening picture for the video suggests?

cv_vikram : On August 06, 2008 2:49 PM said:

Very good tutorial.....thanks

mongoose_za : On October 10, 2008 8:33 AM said:

Hi Joe how can i group checkboxes against other checkboxes.

For example u have 3 checkboxes.

when u select chkbx3 it unchecks 1 & 2, but i want it that if u select 1 or 2 or 1 and 2 that it unchecks 3? Any idea?

T3mplar Kn1ght : On October 13, 2008 3:24 PM said:

Good tutorial, but you didn't go to the next step an indicate how to use the resulting key value in your code behind.

Gautamm : On November 17, 2008 7:59 AM said:

Really helpful.

But how can we disable the dates before today i mean those should not be selectable.

djibril_chimere_DIAW : On January 23, 2009 10:51 AM said:

Thanks ! Jërëjëf!

dasari_ramacharan : On March 25, 2009 6:55 AM said:

thanks a lot for the video. its really helps us a lot.

wgprop : On May 26, 2009 5:30 PM said:

is it possible to use this extension with a checkboxlist control? How about a video..please

p911t : On July 10, 2009 8:35 AM said:

Hello,

good video. I have tried it, everything functions good :) But I can`t catch event checked changed on each checkbox.. I have already defined event hadler for each checkbox, but it seems that event never happens :-/ Does somebody have any idea how to catch events for each checkbox? Thank you..

gervacio : On September 04, 2009 1:42 PM said:

what shall i do when i will a unique name for all my checkboxes?

dministrator : On September 23, 2009 4:03 PM said:

How do we use the value of the checked item in the codebehind?

Leave a Comment

You must be logged in to leave a comment. Click here to log in.

Microsoft Communities