One of the most common scenarios, in which the tabstrip is used, is navigating through
pages using the tabstrip control. However, due to the page redirect performed by
clicking on a tab, the tabstrip state is lost and the current tab loses its selected
state.
This example shows how to overcome this limitation using the RadTabStrip.FindTabByUrl
method in conjunction with RadTab.SelectParents.
For the purpose of this demo all tabs have one and the same NavigateUrl with different query string, but in real world scenarios where the RadTabStrip is placed on a MasterPage and used for navigation the same approach could be applied as well.
Please review the code for more details.