Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing a web page. In this web page i am using check box in a tree view control.

i am data binding with ds.

when parent check box id checked or unchecked then child check box not changing respectively.

please help me...
Posted
Updated 2-Feb-11 17:19pm
v5

1 solution

Did you already do any search [^]for this?

Anyways, this [^]might help you.
 
Share this answer
 
Comments
VinodKumar01 1-Feb-11 23:53pm    
var obj = window.event.srcElement;

in above line window.event undefined error

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900