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 : 1
The name of the IDE window that allows you to see the hierarchical arrangement of the files in your project is

Server Explorer
Project Explorer
Solution Explorer
None of the above

Question No : 2
This view is not present in VB.NET

Project Explorer
Class View
Resource View
Server Explorer

Question No : 3
________ converts to long datatype

Clong
CLng
Lng
None of the above

Question No : 4
A DataSet can hold multiple tables even if there are similar fields

True
False

Question No : 5
The default event handler of TextBox is

KeyPress
Changed
TextChanged
Validating

Question No : 6
To make a button the default button, this property of the form must be set

DefaultButton
AcceptButton
DialogResult
None of the above

Question No : 7
The SelectionMode property of a CheckedList Box can be set only to

One
MultiSimple
MultiExtended
None of the abvove