Hi all,
i have a question about the asp.net treeview.
I want to show the checkbox on every node in my tree,but i'm having a problem dealing with this feature.
The problem is:
When i check a tree checkbox i want automatically an event to be raised,but that does not happen.
I searched the MSDN and found that the checkbox in the tree does not raise the "onCheckedChang ed" event unless the page is posted back (throught a button click for example).
So does anyone has faced the same issue???
Please help
i have a question about the asp.net treeview.
I want to show the checkbox on every node in my tree,but i'm having a problem dealing with this feature.
The problem is:
When i check a tree checkbox i want automatically an event to be raised,but that does not happen.
I searched the MSDN and found that the checkbox in the tree does not raise the "onCheckedChang ed" event unless the page is posted back (throught a button click for example).
So does anyone has faced the same issue???
Please help
Comment