Home »
MCQs »
ASP.Net MCQs
How can we set the size for a Textbox control?
124. How can we set the size for a Textbox control?
- Using Size property
- Using Length Property
- Using MaxLength Property
- None of the above
Answer: C) Using MaxLength Property
Explanation:
The MaxLength property is used to set the number of characters for a Textbox control.