Microsoft .Net Mobile Question:
Do you know TextBox and TextView controls of .NET Mobile?
Answer:
The textbox control in .NET mobile application is used to display a single line of text, whereas, a textview control is used to display multiple lines of text. The text property of the textview control also accepts HTML tags to specify formatting of the text inside the control.
Previous Question | Next Question |
What is .NET Mobile Input Validation. Explain with an example? | What is .NET Mobile Images control. Explain with an example? |