Page Stats
Visitor: 631
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. 
        
        Properties are: 
        DecimalPlaces	
        Increment	
        Maximum	
        Minimum	
        TextAlign	
        UpdownAlign 
        Value
        Exercise: Calculate Amount on the bases of selected price and quantity.
        