This is a migrated thread and some comments may be shown as answers.

How to derive my servercontrol class with telerik RadTabStrip control

1 Answer 32 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Sagar Baheti
Top achievements
Rank 1
Sagar Baheti asked on 23 Sep 2008, 09:46 AM
Query is :
 
I am creating a server control of type class library. In this control i am deriving my servercontrol class with telerik RadTabStrip control and embedding some javascript. The problem i am facing is that while building the project i am getting following error :

The type 'System.Web.UI.IScriptControl' is defined in an assembly that is not referenced.
You must add a reference to assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.

From where i can add this assembly as its a class library.
Please  help me ..

Regards,
Sagar

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 23 Sep 2008, 10:17 AM
Hi Sagar Baheti,

You should add a reference to the System.Web.Extensions.dll assembly.

Regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
TabStrip
Asked by
Sagar Baheti
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or