P
Pao
I have to validate some textboxes.
The rule is that only numbers and null values are good.
But in case of null values, I have to substitute them with "0".
How can I do? thanks
The rule is that only numbers and null values are good.
But in case of null values, I have to substitute them with "0".
How can I do? thanks