I have asp.net login control in my webapplication.while I run the application in internet explorer and type password it will displayed as question mark. Can anyone able to solve the problem means its very useful for my project. Thanx in advance...
feedback
|
|
Normally this means that the font it's trying to use does not contain the character that was specified. Did you set a specific character or a non-default font? (The default symbol should be the asterisk, * - not sure about the font.) Also, check the character set for your pages. | |||
|
feedback
|
| |||||
feedback
|
|
Change the font to something other, then you will get aquestion mark instaed. Don't remember the font name. Instaed you can also handle the key events to display a question mark when a key is typed. | ||||
|
feedback
|