How can you define a field so that when entering data for that field it will display instead of actual typed text?
Answers
Answered by
2
Answer:
☑ To change the data type for existing fields:
- Select the field whose data type you want to change.
- Select the Fields tab, then locate the Formatting group. Click the Data Type drop-down arrow. ...
- Select the desired data type. Selecting a new field data type.
- The field data type will be changed.
Answered by
0
The way you can define a field so that when entering data for that field it will display instead of actual typed text is as follows:
- We can always want to define a field so that it shows asterisk instead of the actual text.
- It is very important for us to to make sure the safety of our passwords.
- If we are not careful enough, it could easily get copied, and then people other than ourselves, will be able to use it, causing significant harm to us. To use asterisk (*) or dot (•) instead of the text, we have to use the 'placeholder' attribute, and 'password' type of HTML5.
- The format goes like below:
- <input type="password" placeholder="***" id="txtPwd" runat="server" />
Similar questions
Science,
5 months ago
Hindi,
5 months ago
Physics,
5 months ago
Computer Science,
11 months ago
Business Studies,
11 months ago
Math,
1 year ago
Math,
1 year ago