I have a webpage with (7) tabs and (7) user controls. Within usercontrol (6) codebehind page I need to know what the current tab is as some objects are shared within controls and change logic associated with the particular selected tab.
Again, within a usercontrol, code behind page I need to be able to get a reference to the tabstrip and then find out what tab is selected. To make matters worse the code I am working with is VB.NET and I have only experience with C#, so a sample with VB.NET would help but not necessary, don't know if the code would even be that different.
I have tried various ideas received from googling and none seem to work, or correct, ie don't compile, etc.
Thanks!
JimDougals