Hi all,
I am working on windows form that contains NumericUpDownControls.
I need to solve the following issues with the controls:
2 – Is there any way to validate control values if user manually entered zeros before digit?
3- Also how to restrict control not to allow empty value?
Thanks in advance.
Asif
I am working on windows form that contains NumericUpDownControls.
I need to solve the following issues with the controls:
1-Is there any way to restrict control value length if user manually entered the value in control? (Just like TextBox control MaxLength property). (I set the Min and Max values one and ten respectively but the control allows entering thousands of digits in it).
2 – Is there any way to validate control values if user manually entered zeros before digit?
3- Also how to restrict control not to allow empty value?
Thanks in advance.
Asif