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

Two questions regarding implementation.

1 Answer 42 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Henry Derstine
Top achievements
Rank 1
Henry Derstine asked on 08 Aug 2008, 07:57 PM

I am just curious if this is something wrong with my setup or if this happens to everyone. Each time I you a radcontrol I have to manually add the script block and then I have to add the line below to the web config. Is this suppose to be a manual process or should this occur when you drag a control on to the page? I am using ASPNET AJAX Q2 2008\Bin35\Telerik.Web.UI.dll

<

add path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI" validate="false" />

Thanks

1 Answer, 1 is accepted

Sort by
0
Kevin Babcock
Top achievements
Rank 1
answered on 10 Aug 2008, 03:47 AM
Hello Henry,

No I do not think you have a problem with your setup. You are correct that if you want a RadScriptBlock added to your page, you must do so by either dragging it to your page from the Toolbox or typing it in manually. If you are using a RadScriptManager in place of ASP.NET's built-in ScriptManager control, you must register the required HttpHandler in your web.config in order for it to function properly. Instead of typing it in manually, you can do this quickly by clicking on the RadScriptManager in design view, selecting its context menu, and selecting "Register Telerik.Web.UI.WebResource.axd". This will add the reference in your web.config for you. For your convenience, I have added a screen shot here.

I hope this was helpful. If you have any further questions, please don't hesitate to ask.

Regards,
Kevin Babcock
Tags
General Discussions
Asked by
Henry Derstine
Top achievements
Rank 1
Answers by
Kevin Babcock
Top achievements
Rank 1
Share this question
or