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