views:

116

answers:

0

I need to implement a custom control with checkboxlist and each item on clicked will open a div next to the item . my output would be

checkboxmy items

The td is a reaped items and is bound to a datasource. and onclick of the checkbox show the div1 .

How do i Start? Do i implement a template control or a databound control ? in ASP.NET 2.0