Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i bind the treeview control with data in asp.net 2.0 but there is page load issue.

i use foreach loop but there is more data with parent-child relation so foreach loop take more time for execution therfore there is page load issue

how can i solve issue?
Posted
Updated 4-May-12 2:21am
v2

1 solution

What is your issue?
What happens in page load?
If the nodes are not added after binding the data, try to add the nodes using a foreach by looping in records...

Regards
Sebastian
 
Share this answer
 
Comments
Member 8861818 4-May-12 8:20am    
i use foreach loop but there is more data with parent-child relation
so foreach loop take more time for execution therfore there is page load issue

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