Version

Load on Demand

WebTab™ provides you with a load-on-demand feature, which means that during the initial load not all the content is fetched, only the content of the selected tab. As the end user selects other tabs, the content of the selected tab is then delivered to the client. However, the content page of the previous tab is cached to avoid calls for the content that is already on the client.

Note
Note:

When EnableLoadOnDemand is True, the EnableLoadOnDemandViewState property is used to reload all previously loaded (selected) tabs; otherwise, content of selected tab only is loaded and application is responsible for persistence of view states in child controls of content panes. However, when EnableAjax is enabled, during asynchronous postbacks content panes of all previously loaded tabs are reloaded regardless of the value in the EnableLoadOnDemandViewState property. That is necessary to avoid exceptions raised by failed EventValidation feature of dot-net.

Click the links below to find more information on how to use load-on-demand in WebTab: