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 : 29
To display multiple columns in ListView the View property must be set to

SmallIcon
LargeIcon
Details
List

Question No : 30
In ListView the item that is currently selected is determined by

SelectedItem
Item
FocussedItem
GetSelected

Question No : 31
In TreeView to collapse all the nodes of a selected node ___________ method is used

CollapseAll
Collapse
Any one of the above
None of the above

Question No : 32
The default location of the exe file of your solution is

..../Project folder name
.../Project folder name/Bin
.../Project folder name/Debug
.../Project folder name/Debug/Bin

Question No : 33
In HelpProvider ___________ property is used to mention the help file name

HelpFileName
FileName
HelpNamespace
Name

Question No : 34
A Class can inherit both Class and Interface at a time

True
False

Question No : 35
In OLEDB database can be accessed without using DataSet

True
False