Numericupdown control

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
 
G

Guy Noir

Nevermind. Googling earlier produced nothing.....now I have
something....

Thanks
-A
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top