I'd like to change the default display prompt character for all of my masked edit text boxes to a space instead of the underscore character. I've found that I must set a display mask as well as change the DisplayPromptChar property to a blank space.
The only issue I'm seeing now (which isn't huge, but it would be nice to not have happen) is that when the page first renders, there are _ characters that are then removed (presumably by javascript). Is there a way to make the edit boxes render initially with spaces instead of underscores?
Thanks!
Robert
The only issue I'm seeing now (which isn't huge, but it would be nice to not have happen) is that when the page first renders, there are _ characters that are then removed (presumably by javascript). Is there a way to make the edit boxes render initially with spaces instead of underscores?
Thanks!
Robert