Define Visual C#.Net

C# Form Control

C# Label Control

C# TextBox Control

C# Button Control

C# RadioButton Control

C# CheckBox Control

C# CheckListBox

C# ListBox Control

C# ComboBox Control

C# LinkLabel Control

C# DateTime DataType

C# DateTimePicker

C# NumericUpDown

C# RandomNumber

C# PictureBox

C# ProgressBar

C# Timer Control

C# ToolTip

C# TabControl

C# RichTextBox

C# MessageBox

C# Menu Control

C# Toolbars

C# Dialogs Box

Page Stats

Visitor: 403

NumericUpDown Control in C#.Net

The NumericUpDown control is typically used to get numeric inputs and automatically restricts user for giving invalid non-numeric values. It is used to increment or decrement the value.

Q12. On Changing the value of NumbericUpDown, change the background color of a form.
NumericUpDown Example
Properties are:
DecimalPlaces
Increment
Maximum
Minimum
TextAlign
UpdownAlign
Value

Exercise: Calculate Amount on the bases of selected price and quantity.
NumericUpDown Example