I need something with similar functionality to the NumericUpDown tool of Windows Forms, and I've been informed that there is a javascript function of this nature. All the guides I can find from a google search seem to cover print functions and other features, that I'm not sure how to adapt.
How would I incorporate the javascript function into my web form and pass it's value reliably to the corresponding c# method?
Please forgive me if this is a silly question, I'm comparatively new to programming in general.