Problem In Tree View Control Of ASP.NET2.0

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PanchalRakesh
    New Member
    • Dec 2007
    • 6

    Problem In Tree View Control Of ASP.NET2.0

    Hello,

    As I am Using TreeView Of Control Of 2.0 For Loading Data Upto 6 level , And Database Contain thousands of records , Loop runing Correct But when it showing data in page then it hangs the page means speed get down when show of data in tree view control

    I am using dataset and dataview for loading data

    please give me suggestion
    thanks
  • Vidhura
    New Member
    • May 2007
    • 99

    #2
    Originally posted by PanchalRakesh
    Hello,

    As I am Using TreeView Of Control Of 2.0 For Loading Data Upto 6 level , And Database Contain thousands of records , Loop runing Correct But when it showing data in page then it hangs the page means speed get down when show of data in tree view control

    I am using dataset and dataview for loading data

    please give me suggestion
    thanks
    May be you can add filter criteria .When the user enters the required filter value,just only get those records (partially load the data) and show in screen.

    Comment

    • PanchalRakesh
      New Member
      • Dec 2007
      • 6

      #3
      Originally posted by Vidhura
      May be you can add filter criteria .When the user enters the required filter value,just only get those records (partially load the data) and show in screen.

      Thanks

      But I did the Filter Criteria But it slow till now

      One thing is that when i was run that page alone then it working fast for same condition but when i integrate it to application then it hangs the system

      Please if u have any suggestion

      Comment

      Working...