I am using ultrawebtab. There are about 20 tabs to be filled at the page load which causes a lot of time for the page to load. So is there any mechanism that on the click of a particular tab only all the fields of that tab will be fiiled . or can we do caching mechanism to avoid lot of time to page load...
If you're using WebTab's AJAX functionality (AsyncMode = On), you can set the AsyncOptions.EnableLoadOnDemand property to true, which will cause only the selected tab's content to be rendered to the client, as well as that of the previously-selected tab.