Use a DHTML Slider on Your ASP.Net Page
I found this great free DHTML slider, completely styled with CSS code, no images required. However, as with all XHTML objects, it is stateless. So when used in an ASP.Net application, it doesn't retain the value across postbacks, and goes back to the beginning on the slider position each time. Here's the code to store [...]

