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

RadScriptManager - History points

1 Answer 90 Views
ScriptManager and StyleSheetManager
This is a migrated thread and some comments may be shown as answers.
Mani PC
Top achievements
Rank 1
Mani PC asked on 01 Feb 2010, 09:00 PM
Hello Experts,

I have RadScriptManager on my Master page:

 

<telerik:RadScriptManager ID="rsmJS" runat="server" LoadScriptsBeforeUI="true" EnablePageMethods="true" EnableHistory="true">

 

 

<Scripts>

 

 

<asp:ScriptReference Path="Javascript/jquery-1.3.2.min.js" />

 

 

<asp:ScriptReference Path="Javascript/jquery-ui-1.7.0.min.js" />

 

 

<asp:ScriptReference Path="Javascript/jquery.bgiframe-2.1.1.pack.js" />

 

 

<asp:ScriptReference Path="JavaScript/jquery-1.2.6.js" />

 

 

<asp:ScriptReference Path="JavaScript/blockUI.js" />

 

 

</Scripts>

 

 

</telerik:RadScriptManager>

---------------------------------------------

i want to add History points using the Script manager in my  content page Codebehind?

Also how do i reference the Radscriptmanager into my content page?

Thanks

 

1 Answer, 1 is accepted

Sort by
0
T. Tsonev
Telerik team
answered on 04 Feb 2010, 09:35 AM
Hi Mani,

RadScriptManager inherits ScriptManager, so you can work with it in much the same way. The way to obtain the current ScriptManager instance from the Content Page is as follows:
ScriptManager manager = ScriptManager.GetCurrent(Page);

I hope this helps.

Greetings,
Tsvetomir Tsonev
the Telerik team

Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Follow the status of features or bugs in PITS and vote for them to affect their priority.
Tags
ScriptManager and StyleSheetManager
Asked by
Mani PC
Top achievements
Rank 1
Answers by
T. Tsonev
Telerik team
Share this question
or