Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. How to load TabControl with many of objects and tabs FASTER

How to load TabControl with many of objects and tabs FASTER

Scheduled Pinned Locked Moved ASP.NET
databasetutorialcsharpasp-nethelp
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    satrio_budidharmawan
    wrote on last edited by
    #1

    Hi, could anyone give me example on how to maintain TabControl in ASP.Net? Here's the problem : - I have TabControl with many of Tabs - Each of Tab contain various kins of object, i.e DataGrid. - Each of DataGrid containing data from database with request query comes from textBox (say it txtCari). - When I click SEARCH button,the value on txtCari become parameter for querying database. - The reslt keept in DataGRid on each tab (each datagrid contain difeerent data) :wtf: - But guess what?. It's need more than 6 seconds to load..:mad: Can anyone give me the way how to makeitfaster?' With xample please.. ;) Tq

    M 1 Reply Last reply
    0
    • S satrio_budidharmawan

      Hi, could anyone give me example on how to maintain TabControl in ASP.Net? Here's the problem : - I have TabControl with many of Tabs - Each of Tab contain various kins of object, i.e DataGrid. - Each of DataGrid containing data from database with request query comes from textBox (say it txtCari). - When I click SEARCH button,the value on txtCari become parameter for querying database. - The reslt keept in DataGRid on each tab (each datagrid contain difeerent data) :wtf: - But guess what?. It's need more than 6 seconds to load..:mad: Can anyone give me the way how to makeitfaster?' With xample please.. ;) Tq

      M Offline
      M Offline
      manognya kota
      wrote on last edited by
      #2

      Hi, Few tips to maintain the tabcontrol performance: 1.Do not drag drop many objects on to each tab.Instead used the user control and gives instances on each tab. 2.Check if you are loading data in all tabs each time a tab is clicked.(Page Posting back?). 3.Which tab control are you using ? asp.net or ajax? (put the tab control in ajax update panel to reduce the post backs) Hope this helps to figure out where it is taking more time to load.

      -Manognya __________________________________________________ $ God gives what is best.Not what all you wish :)

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups