Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
70
Update Panel and WebTab
posted

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?

Parents
No Data
Reply
  • 24497
    Suggested Answer
    posted

    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.

Children
No Data