Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
45
Looking for sample of webslider using time.
posted

Hello,

I'm trying to use the webslider to allow my client to select a time.  I can't seem to find a sample for the slider using time as a value.  Also, I'm at a loss to find information on what values I should place in the ValueAsString, MinValueAsString, MaxValueAsString.

Assistance would be much appreciated.  Thanks.


                        <ig2:WebSlider ID="WebSlider1" runat="server" ValueType="Timespan" ToolTip="Start Time"
                            ValueAsString="0"  MinValueAsString="6" MaxValueAsString="5"
                            StyleSetName="Office2007Blue">
                            <valuelabel location="FloatTopOrLeft" />
                        </ig2:WebSlider>