Numericupdown control

  • Thread starter Thread starter Guy Noir
  • Start date Start date
G

Guy Noir

Hello. I've been coding in C# with windows forms for a while now. I've
developed an application that I would like to move to an online app
using asp.net.

My application focuses around the control numericupdown. I don't
*think* I can use that control directly, but I wanted to get some ideas
from you great asp.net-ers out there.

One thought I had was to have an image of single digits, 0-9 one digit
displayed at a time and adjacent to that an up and down arrow images.
Respond to the click event on the up and down arrows and have the
application post back the appropriate image.

Sound feasible? Am I missing a really simple solution to this?

Thanks much in advance.

-Guy
 
Back
Top