Microsoft .Net Mobile Question:
Download Job Interview Questions and Answers PDF
Explain .NET Mobile Input controls?
Answer:
.NET provides a variety of input controls to enable interaction form the user:
Numeric input: The textbox has a numeric attribute which if set to true accepts only numeric values.
Password input: The textbox has a password attribute which when set to false displays stars(*) in the textbox as the user types in value
Numeric input: The textbox has a numeric attribute which if set to true accepts only numeric values.
Password input: The textbox has a password attribute which when set to false displays stars(*) in the textbox as the user types in value
Download .Net Mobile Interview Questions And Answers
PDF
Previous Question | Next Question |
What are .NET Mobile controls features? | What is the numeric attribute of the textbox control in .NET Mobile? |