Results 1 to 2 of 2

Thread: Error in telerik control (radtabstrip)

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2007
    Location
    Karachi
    Posts
    551

    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
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    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
  •  



Click Here to Expand Forum to Full Width