Hi Folks,
Hoping someone can help me on this:
I am using a maskededit extender on a textbox
I want a user to be able to input a decimal value up with no more than 2 decimal places
In a standard scenario this is fine as I can set the mask="9.99"
But,
I would like the digits before the decimal to be any number of digits, not specific to the mask
Is there a way to make the mask just for the digits after the decimal?
So effectively the mask would be mask="anynumber.99"
Javascript is not really a runner becuase I need to be able to set the mask from code-behind also
Thanks
Paullyie