We've developed a nice slider control for our framework,
with client & server events. Unfortunately, I
can't share it with you since it's the intellectual
property of EDS, but if you would like to buy it, drop
me a line and I'll do my best to help you get a good
price.
Memi Lavi,
how to get in touch with you regarding the slider
control?
weblogs.asp.net/memi -
there's a "contact" link there.
Guys i want a slider control. If anybody knows how to
program one or from where I can buy one then please let
me know.
Thanks,
Sumeet
Concerning the above slider:
function stopFunction(sliderPosition) {
//do something with the position of the slider
//window.alert( 'The final position is ' + Math.round(
100 * sliderPosition ) + '%' );
This javascript function saves the value of the slider
to Q1
This asp code prints the value of Q1 on the return trip
from the server via the submit button.
<%
if
Request.Form("Q1")<>""
then
response.write "<h1>Your last
response was <font
color='Red'><b>" &
Request.Form("Q1") &
"</b></font></h1>"