Hello,

The error that you are getting would suggest that you should be doing something like this:

Code:
RadTab currentTab = this.RadTabStrip1.FindTabByUrl(Request.Url.PathAndQuery);
Hope that helps!

Gary