Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
I have tried using Ajax multihandle slider extender and I used the following code
C#
<asp:TextBox ID="slider2" runat="server"></asp:TextBox>
 <asp:TextBox ID="slider2_boundControl1" runat="server" Text="25" Style="display: none;"></asp:TextBox>
<asp:TextBox ID="slider2_boundControl2" runat="server" Text="100" Style="display: none;"></asp:TextBox>
<ajaxToolkit:MultiHandleSliderExtender ID="SliderExtender2"  runat="server" TargetControlID="slider2"
BehaviorID="SliderExtender2">
<MultiHandleSliderTargets>
<ajaxToolkit:MultiHandleSliderTarget ControlID="slider2_boundControl1" />
<ajaxToolkit:MultiHandleSliderTarget ControlID="slider2_boundControl2" />
</MultiHandleSliderTargets>
</ajaxToolkit:MultiHandleSliderExtender>


and and I am encountering an exception as mentioned below

JavaScript
Microsoft JScript runtime error: Sys.InvalidOperationException: Type Sys.Extended.UI.SliderOrientation has already been registered. The type may be defined multiple times or the script file that defines it may have already been loaded. A possible cause is a change of settings during a partial update.


Can anyone help me on what has to be done.

Thanks in advance
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900