Tab Page Not Showing in The Page Browser

Hi, I am a very new user and this is one excellent application. I have buttons on the left side of my screen and when a button is clicked a page shows in the page browser on the right side. When I load a Tabbed Page I get an error “Object reference not set to an instance of the object”

Am I doing something wrong or is it not possible to load a tabbed page into a page browser?

Many thanks…

The PageBrowser control can only load ContentPages so you’ll have to design your own tabs with either a GridView or Buttons.

Bill, many thanks for your prompt reply and will setup as you advised.