i'm trying to make the default of a textbox to 00.
these numbers are optional but if not entered, should be 00. i've set input mask as 99;
and defalut value to "00" but it's returning just 0.
if someone enters a number (ie.1) it needs to show as 01 not 1. how would i do this?
these numbers are optional but if not entered, should be 00. i've set input mask as 99;
and defalut value to "00" but it's returning just 0.
if someone enters a number (ie.1) it needs to show as 01 not 1. how would i do this?