InterviewSolution
Saved Bookmarks
| 1. |
What Is Password Attribute Of The Textbox Control Of .net Mobile? |
|
Answer» When the PASSWORD ATTRIBUTE of the textbox is set to true, it acts as a password input BOX DISPLAYING only STARS(*). When the password attribute of the textbox is set to true, it acts as a password input box displaying only stars(*). |
|