I put TabStrip in a master page to perform hyperlinks to different content pages - all using the same master page. Each of the Tabs is selectable and properties can be changed. How?
How do I address TabStrip1 in the content pages' code behind.
Obviously there should be some declaration associated with the control in the master page.
But can't figure what for this particular situation!
Can anyone help?