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

[Solved] Telerik.Web.UI not installed

1 Answer 125 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Mike Langley
Top achievements
Rank 1
Mike Langley asked on 19 Jun 2008, 02:11 PM
Good Morning,

I'm having an issue where I'm trying to use a javascript code block to pull data from a popup window and displaying it in a text box located in a grid. The issue is that when I add the <%= %> processing block to the javascript I get the usual error if not using the RadCodeBlock. I've read the posts that say to add this around my script blocks but I can't find the Telerik.Web.UI assembly in the installed ASP.NET AJAX Q1 2008 install. Am I missing something here? Has it been moved to another assembly?

Mike Langley

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 23 Jun 2008, 11:49 AM
Hi Mike,

You can find the assembly at the following (relative) location of your disk:
\Program Files\telerik\RadControls for ASPNET AJAX Q1 2008\Bin

It can be registered on the page this way:
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 

Other possible approach is if you have the components registered in your toolbox just to drag a single component into your design surface.

Please let me know whether this helps.

Sincerely yours,
Daniel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
Mike Langley
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or