<%@ Page Language="VB" AutoEventWireup="false" CodeFile="slider.aspx.vb"
Inherits="GB2_slider" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit"
TagPrefix="cc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
<script type="text/javascript">
function pageLoad() {
}
</script>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:ScriptManager ID="ScriptManager1" runat="server"
EnablePartialRendering="true"/>
<div id="divSlider" runat="server">
<br /><br />Miles Radius (adjust with slider):
<cc1:SliderExtender id="Slider2" runat="server"
Minimum="0.1" Maximum="10" Decimals="1" EnableHandleAnimation="true"
RaiseChangeOnlyOnMouseUp="true" TargetControlID="radius"
BoundControlID="lblSlider2" HandleCssClass="sliderHandle"
Length="350"></cc1:SliderExtender>
<asp:Label ID="lblSlider2" runat="server"
Text="Label"></asp:Label>
<asp:TextBox ID="radius" runat="server" Text="5"
style="height:50px; width:300px;"></asp:TextBox>
</div>
</div>
</form>
</body>
</html>
I have the same problem:
slider is not working in FireFox but does work after page reload (F5).
Thanks in advance!
> On Friday, October 02, 2009 10:23 AM foton wrote:
> Hello, The following renders properly in IE8 but in Mozilla Firefox, when the
> page first loads 2 the slider handle appears at the far left and cannot be
I know your post is quite old but I was wondering if you have ever found the solution?
I have the same problme:
Slider is not working in Firefox but does work after page reload (F5).
Thnaks in advance!
> On Friday, October 02, 2009 10:23 AM foton wrote:
> Hello, The following renders properly in IE8 but in Mozilla Firefox, when the
> page first loads 2 the slider handle appears at the far left and cannot be