I am currently using a WebMAskEdit control to display a social security number. Problem is that the mask does nto get applied until someone actually clikcs inside the fields. Does anyone know how to apply the mask before a user clicks inside the field?
Hello,
You can use the property DisplayMode="Mask" of WebMaskEdit to display mask.
Hope this helps.