SAP doesn't have great document for sample code written in .Net
Okay, there is the Tabstrip object.
Then, there is the Tab object that is added to the tabstrip.
Then, there is the Caption object that is added to the tab to display the tab Header.
What is the name of SAP Web control class to add the tab's body to the tab, in asp html please also? Thank you.
(A descent example of code snippet of how to create a tabstrip would be nice. Thank you.)