P
Prasanth Vasudevan
Hi,
I'm using Treeview control in my asp.net application
the structure of tree as follows
Grand Father
Father
Child 1
Child 2
------
Grand Father
Father
Child 1
Child 2
------
Grand Father
Father
Child 1
Child 2
------
------------
------
-----
------
and each level has associated with a Check Box
I'm following the way described in
(http://www.15seconds.com/issue/030827.htm )to bind to the grid
From the code behind page ,i want to know which of the check boxes are
selected.i don't want to use autopostback=true
How to do this ?
Please help me out
I'm using Treeview control in my asp.net application
the structure of tree as follows
Grand Father
Father
Child 1
Child 2
------
Grand Father
Father
Child 1
Child 2
------
Grand Father
Father
Child 1
Child 2
------
------------
------
-----
------
and each level has associated with a Check Box
I'm following the way described in
(http://www.15seconds.com/issue/030827.htm )to bind to the grid
From the code behind page ,i want to know which of the check boxes are
selected.i don't want to use autopostback=true
How to do this ?
Please help me out