WebTab is able to be used inside user control.
This topic will show you how to use tab in user control.
To use tab in user control
- Create a Web User Control containing WebTab. Named it as ucWebTab.ascx.
- Create a WebForm and drag ucWebTab.ascx into the page.
- Run the project. In this case, WebTab is able to work inside a user control.