Initial chamber
Step 1: Open Visual Studio 2010 and create an empty website. Give it a suitable name [Checkbox_demo].
Step 2: In Solution Explorer you will get your empty website, then add a Web Form. Follow the below given steps:
For Web Form:
Checkbox_demo (Your Empty Website) - Right Click, Add New Item, then Web Form. Name it chekbox_demo.aspx.
Design chamber
Step 3: Now open Checkbox_demo.aspx file and make some design code to build up your application like the following:
Checkbox_demo.aspx
To use Checkbox Extender you can manually drag and drop the control under the individual checkbox, or you can add extender by going to individual checkbox.
It will open the Extender that you want to include for the respective control.
Than you have to provide “
Key” for each Checkbox Extender, if you don’t provide key, the checkbox extender will not work. To specify the key you have to give the heading name for which checkbox is used like in our case - Favourite Color, Favourite Movies.
Output chamber Thank you for reading.