Updatepanel within tabpanel??

Last post 02-26-2007 5:14 AM by atulkatare. 2 replies.

Sort Posts:

  • Updatepanel within tabpanel??

    02-20-2007, 7:24 PM

    Hi,

     I am trying to place an Updatepanel within a tabpanel. The reason being, I have 8 tabs and each have a gridview returning data. Each gridview can be updated, deleted, etc....  The problem is with latency. Each time one datagrid is updated all of the rest are updated as well since they all reside within the same tabcontainer and the tabcontainer resides within the single updatepanel. I believe if I can place an updatepanel within each of the 8 tabs and set it to conditional, I will be able to mitigate the latency issues because at that point only the active gridview will be posting data, not all 8. I have tried to place an updatepanel within each of the tabs, but have had no luck.  Any thoughts? Any help would be GREATLY appreciated.

    Thanks,
    Joey

  • Re: Updatepanel within tabpanel??

    02-20-2007, 11:30 PM

    Hi

    The idea that I would suggest is to place separate updatepanels under each tab  and render them to update conditionally. With this, only the tab that is updating its contents would be updated and you could reduce the latency considerably. I've tried this and this really works.

    Enzoi!!! 

    Karthik Muthuswamy
    Programmer Analyst
    Chennai
  • Re: Updatepanel within tabpanel??

    02-26-2007, 5:14 AM
    • Loading...
    • atulkatare
    • Joined on 01-02-2007, 7:46 AM
    • Posts 40

    hi

    u take Tab container within Update panel. its working fine

    another way u take all grid within update panel

    its working.

    Thx.

Page 1 of 1 (3 items)
Microsoft Communities
Page view counter