Hello all, I was wondering for a small list of numbers [1..20], what kind of control will you advise to prompt the user for his selection.
I was thinking of a NumericUpDown control but it does not exist for WebForm and to make matters worse, I am deploying on a Pylons application (Python Framework)
Do you feel a DropDown control will suffice? I somehow still feel a NumericUpDown control is much more intuitive and easier to use from a user standpoint.
Will love the opinions of the SO community and perhaps advise about best practices.
thanks so much!
edit: forgot to mention that I am using the YUI library and the webhelpers library and to the best of my meagre knowledge, there is no such control with equivalent functionality to the numericupdown