Hi
I have a scenario like this
I have a user control in a form ,inside user control
left side UltrawebTreeView control ,Right side UltrawebTab where each tab contains one user control
When I click a node in treeview control , I basically need to refresh the contents of the Tab control.
So When I does this ,the whole page is getting refreshed.
In order to achieve ajax ,I have kept Update Panel around treeview and the untraweb tab.
So here the issue is ,
The UltraWebTab inside the Update panel is not working properly.
I am not able to navigate between the tabs because of the update panel.
Can any one suggest me how I can make the WebTab working even with Update Panel?
Hi,
UltraWebTab should work in UpdatePanel same way as any other control. The only exception is the AsyncMode in tab can not be used, because call-back managers of UpdatePanel and tab are not compatible. If that is the case, then similar configuration is not supported. Same restriction is applied to WebAsyncRefreshPanel.