I'm using the workbench with Visual Studio 2008. I'm able to use controls such ListBoxes and Buttons but I cannot find anything related to tabs (Or sheets, SH01, SH02, ...etc).
I tried to make my own tabs but the only 'Sheet' that loads properly is the one whose tab is preselected on load.
I tried to hook up to the OnAvqComplete event but it's never fired, at least i can never catch it:
I'm also trying to use workbench to display a single sheet. It seems that workbench can only display objects and I want to avoid writing code to generate the whole sheet (since the ajax client already contains that code).