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
WebAsync Refresh Panel and UltrawebTab
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 WARP around  treeview and the untraweb tab.

So here the issue is ,

As every tab is one user control and each user control has it's own form level validaitons to perform.

like when I click a button called Add ,it will validate all required fields.

But when I use WARP ,the javacripts which are responsible for the validaitons doesn't get fired.

 

Can any one suggest me how I can make all my scripts working even with WARP?