I want to display the I,2,3,4 and 5 on a textbox or label using ajax slider extender to enable the user to rate.
The problems is the numbers are not being displayed.
this is what I have so far.
thanks.
<div> <asp:TextBox ID="txtDisplayValue" runat="server"></asp:TextBox></div> <div> </div> <div> </div> <div> </div> <div> <ajaxToolkit:SliderExtender </div> <div> ID="txtDisplayValue_SliderExtender"</div> <div> runat="server"</div> <div> BehaviorID="txtDisplayValue_SliderExtender"</div> <div> Maximum="5" Minimum="1" TargetControlID="txtDisplayValue" BoundControlID="txtDisplayValue" EnableHandleAnimation="true" /></div>