Hello guys
Here I am stuck with Asp.net Treeview control, it is running/responding/loading slow, I have Visual studio 2012 installed on my machine.
I have tried to set 'enableClientScript' to 'false' but it call 'page_load' event each time on collapse and expand, I have used 'UpdatePanel' with it but still it slow
I have read some where that treeview has problem with updatepanel due to table structure of treeview
I want to load 2000 node in treeview from database, I have used Dastareader for it.
Is there any alternative to this control ? if I use JQuery treeview then it is unable call code behind method and dynamic added can not be accessed in code behind ?
What to do ? Help really appreciated
Go to the complete details ...