Hi,
Im using Infragistics v9.1
How to create tabs dynamically using javascript?
cgvak,
WebTab can add tabs on the server.
Tabs cannot be added through JavaScript. To simulate doing this on the client, I suggest using either a WebAsyncRefreshPanel (WARP) or an UpdatePanel. This way, only the contents of the panel are refreshed. Note that, if you're using the built-in AJAX functionality of WebTab, you cannot use UpdatePanel for this.