Home

Visual Basic .NET MCQ Question with Answer

Visual Basic .NET MCQ with detailed explanation for interview, entrance and competitive exams. Explanation are given for understanding.

Download Visual Basic .NET MCQ Question Answer PDF

Question No : 8
DomainUpDown control is used only for strings and NumericUpDown for numbers.

True
False

Question No : 9
You can assign a Main Menu to any control

True
False

Question No : 10
FolderBrowserDialog displays

File
Folder
Drives
b and c

Question No : 11
To use HelpProvider, the following properties of the form needs to be set

HelpButton
MaximizeBox
MinimizeBox
All of the above

Question No : 12
Data from DataSet is accessed using34

Binding Obejct
BindContext Object
BindingContext Object
EndCurrentEdit Object

Question No : 13
In ADODB the _____________ property is used to connect to the table

RecordSet
DataSource
RecordSource
Connection

Question No : 14
VB.NET does not support control arrays

True
False