NumericUpDown for webforms?

  • Thread starter Thread starter jake
  • Start date Start date
J

jake

Is there a control I can use on a webform that is similar to Winforms'
NumericUpDown? I don't seem to be able to find it when I am working
on a web project.
Thanks,
jake
 
Actually, javascript makes sense. Thank you for pointing that out.
There is no need to make a round trip just to increment or decrement
the textbox contents, at least not in this project. Newbie in web
development; and I just have to get my head around the fact that, in
web apps, C# event code resides on the server and not on the client.
I guess I will get used to it eventually one day.
Thanks again,
jake
 
Back
Top