Results 1 to 2 of 2

Thread: Error in telerik control (radtabstrip)

  1. #1
    Hyperactive Member
    Join Date
    Jun 07
    Location
    Karachi
    Posts
    472

    Error in telerik control (radtabstrip)

    hi to every one!!

    I am geting an error while working on telerik control ...

    Cannot implicitly convert type 'Telerik.Web.UI.RadTab' to 'Telerik.Web.UI.Skins.RadTabStrip'

    on this line
    RadTabStrip currentTab = this.RadTabStrip1.FindTabByUrl(Request.Url.PathAndQuery);

    can any one put certain guidance on this..
    There is no achievement without goals

  2. #2
    ASP.NET Moderator gep13's Avatar
    Join Date
    Nov 04
    Location
    The Granite City
    Posts
    21,738

    Re: Error in telerik control (radtabstrip)

    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

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •