I assume you are doing Windows form applications? The Value property
returns type decimal. Just declare an integer variable and convert between
Decimal and Int32 using System.Convert.
If you are doing Web forms, there are no up/down controls shipped with the
product, but if you are pretty handy, it's not too tough to write one.