Check Box event wont fire inside DataList in asp.net 2.0
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a CheckBox1 in the Header Template of the DataList. and other checkboxes in the item and alternate template.. What i want to do is, When i select/deselect the CheckBox1 (header template), All other CheckBoxes in (item and alternate template) should select/unselect correspondingly. I use Div inside all the templates instead of Tables. The problem is, I am not able to capture any of the Event of CheckBox1.. Any Suggestions plz.. Regards mukul