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

RadScriptManager Webservice/SVC Intellisense Code assist

1 Answer 104 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Juergen Puscher
Top achievements
Rank 1
Juergen Puscher asked on 05 Aug 2009, 06:23 AM
Hi,

I just recognized that the RadScripManager does not support CodeAssist for Services registered with RadScriptManager.
When I use ScriptManager I get Code assist. After reading a little bit in your documentation I see that this is missing feature. So I think I gonna start using ScriptManager for development instead of RadScriptManager.
Could this be a drawback for me?
What does RadScriptManager better than ScriptManager? Should i use ScriptManager for development and than before we go productive switch back to RadScripManager?

Thank you

Alex

1 Answer, 1 is accepted

Sort by
0
Accepted
Atanas Korchev
Telerik team
answered on 05 Aug 2009, 10:21 AM
Hi Juergen Puscher,

The sole difference between RadScriptManager and ScriptManager is that RadScriptManager outputs a single <script> tag for all registered JavaScript files. This in turn improves performance as the web server is hit only once and serves all JavaScript files in one request.

You can start development with ScriptManager and replace it with RadScriptManager before releasing to production. The transition should be seamless. All RadControls have a smart tag option which will replace the ScriptManager with RadScriptManager automatically for you.

Regards,
Albert
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ScriptManager and StyleSheetManager
Asked by
Juergen Puscher
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or