-
Place a Text Box in MSHFlexgrid
How to place a text box in a MSHFlexgrid cell in VB 2005
-
Datagrid as a Datasource
How to assign DataReader to a Datagrid as a Datasource in Windows Application? If it is possible then how to do it in .Net 2008?
-
Session ID
Where is the session id stored?
-
Instead of Triggers
How many types of "instead of triggers" can be specified on a table? What are they?
-
VB.NET 2003 can not support following
A) Operator OverloadingB) Multiple InheritanceC) Multilevel InheritanceD) All of the aboveE) A & B Only
-
Whats the output of following codeClass A Public Overridable Sub F() End SubEnd ClassClass B Inherits A Public Overridable Sub F() End SubEnd Class
A) Runtime ErrorB) Compiler ErrorC) Compiler Throws a warning message
-
What is the out put of the following codeMustInherit class MyFirstclassPublic Dim Num as IntegerPublic Sub New( I as integer) Num=iEnd SubEnd ClassClass Test Dim cls as New MyFirstclass( 100) Console.writeLine (cls.Num)End Class
A) Can not Create an Instance of MyfirstClassB) MyFirstclass is created and 100 is assigned to Num variableC) Runtime Error
-
Which statement shows Boxing?
A) Dim O as object=I ( as i an integer)B) Dim I as integer=OC) Both
-
AppDevRight Modify Visual Studio .NET Application
You company AppDevRight assigns you to modify a Visual Studio .NET application that was created by a former colleague. However, when you try to build the application, you discover several syntax errors.You need to correct the syntax errors and compile a debug version of the code so the application can be tested.Before compiling, you want to locate each syntax error as quickly as possible.What should...
-
-
Implement Classes
How can we implement classes in VB.Net?
-
-
How do you implement interrogative methods in VB.NET
A) Using Sub keywordB) Using Function KeywordC) Using New KeywordExplanation: Functions always return a value hence they are interrogative methods
-
Debugging EXE File
How can you debug an ActiveX EXE named MYTEST.EXE?
-
Int and int32
What is the difference between int and int32
-
-
It is not possible to put multiple classes in side a single .vb file
A) TrueB) FalseExplanation: It is possible to have multiple classes inside a single .vb file.
-
How to determine if a variable has not been initialized in VB.NET?
A) ISNull( )B) IsEmpty( )C) IsDdNull( )
-
Check Status of Workstation
How to check the status of workstation programatically?
-
Which method in VB.NET is called right before the object is destroyed
A) SealedB) FinalizeC) Finally
VB.NET Interview Questions
Ans