Hi,
I am using asp.net 4.0 and sql server. i am having morthan 1000 data in sql server. it has parent and it's child.
all parent id is 0 and for that child id is 1 . when i want create child 2. i will make id 1 should be parent. like that i have 1000 nodes. therefore i used for each to bind the data from sql server and used treeview contol in aspx page normally. so it is loading very slow. it takes 40-60 sec. so, pls help me step by step to create treeview with help of any other options like using jquery/javascript. the key is it should load vary fast.
thanks in advance.