adplus-dvertising

Welcome to the VB NET MCQs Page

Dive deep into the fascinating world of VB NET with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of VB NET, a crucial aspect of Web Technologies. In this section, you will encounter a diverse range of MCQs that cover various aspects of VB NET, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within Web Technologies.

frame-decoration

Check out the MCQs below to embark on an enriching journey through VB NET. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of Web Technologies.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of VB NET. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

VB NET MCQs | Page 23 of 25

Q221.
Most of the functionally of  the text box control is simply inherited from the …………….. class, which is also the a base class for the rich text box control.
Discuss
Answer: (c).TextBoxBase
Q222.
…………….. control is generally used for editable text although it can also made read only.
Discuss
Answer: (d).TextBox
Q223.
We can limit the amount of text entered into TextBox control by setting ……………… property to a specific number of characters.
Discuss
Answer: (a).MaxLength
Q224.
TextBox controls also can be used to accept password if the …………….. property is used to mask characters.
Discuss
Answer: (a).PasswordChar
Q225.
Each hyperlink is a object of the ………………. class and is stored in a collection called links.
Discuss
Answer: (b).LinkLabel.Link
Q226.
Which of the following is NOT the public properties of TextBox objects.
Discuss
Answer: (b).BulletIndent 
Q227.
Which of the following is/are the public methods of TextBox objects.

i) Clear    ii) Paste   iii) LoadFile   iv) Paste
Discuss
Answer: (c).i, ii and iv only
Q228.
Which of the following is NOT the public events of TextBox objects.
Discuss
Answer: (b).Link Clicked 
Q229.
Which of the following is/are the ways of add scroll bars to a text box using scroll bars property.

i) None  ii) Horizontal  iii) Vertical   iv) Both
Discuss
Answer: (d).All i, ii, iii and iv
Q230.
In order for the scroll bars to actually appear, the text box’s …………….. property must be True.
Discuss
Answer: (a).MultiLine

Suggested Topics

Are you eager to expand your knowledge beyond Web Technologies? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!