Hey everyone -
I want to set the TargetURL value of a tab during page load. is this possible? i want something like: UltraWebTab1.Tabs(3).TargetURL = "www.google.com".
the reason why i do this is because the tabs' target url contains a query string parameter.
Forgot to say, it's a variable query string parameter.