-
Vb variable declaration
it is a function for popup window
window.opener.document.emmsform.FileIDHid.Value = document.emmsform.FileIDHid.value;
but in the coding it is declare like this n showing error
at FileIDHid.Value is not declared If FileIDHid.Value= "" Then FileIDHid.Value = Request.Params("fileid")
in the aspx page it has
how can i declare... -
Image load in GridView help of picasso library
i try to load multiple image in android from .net web service with the help of Picasso library in android
but not get the image in grid view with image name
-
You can create COM Dll’s using VB.NET
A) YesB) NoExplanation: The DLLs you created in VB.NET are assemblies that contain managed code
-
Which part of the .NET Framework provides Context for managed code?
A) CLRB) .NET Context ManagerC) CTS
-
The ildasm.exe is a tool to
A) Generate Assembly language code from ILB) to display the contents of a .NET program fileC) to view the IL within individual functions
-
What’s the difference between a class field property?
A) A field always has Get and Set MethodsB) A property always has Get and Set MethodsC) None of the aboveExplanation: These methods are internally used set and retrieve values of a property.
-
Classes from which namespace will have to be used to read or write to a file?
A) System.IOB) System.FileObjectsC) System.FileSystem
-
To determine the folder in which your application is placed you can use:
A) My.Computer.CurrentFolderB) My.Application.CurrentFolderC) My.System.CurrentFolder
-
To ping network addresses, you can use:
A) My.Computer.Network.Ping(“hostname”)B) My.Computer..Ping(“hostname”)C) My.Network.Ping(“hostname”)
-
Which namespace Provides access to the database classes:
A) System.DatabaseB) System.DataAdapterC) System.Data
-
How do you enable Strict Type Checking in VB.NET
A) With OPTION STRICT ON keywordB) With OPTION EXPICIT KeywordC) With OPTION STRICT OFF keyword
-
Which keyword refers the current instance of an object
A) ThisB) MeC) MyclassD) Mymodule
-
Which are the exceptions that VB.Net supports ,C# & other languages doesn’t support ?
A) When ClauseB) Exit Try statementC) Both 1& 2D) None
-
What is the operator that is used to cast up & down the inheritance hierarchy?
A) CastingB) DirectCastC) InheritenceCastD) LevelCasting
-
Which data type of VB has been removed in VB.NET?
A) StringB) DoubleC) ByteD) Currency
-
How does VB.NET achieve polymorphism?
A) EncapsulationB) Main functionC) Abstract Class/FunctionsD) Using Implementation
-
How do you declare abstract members in VB.NET?
A) AbstractB) OverrideC) MustoverrideD) Implements
-
Select the keyword used to compare the object variable?
A) AndB) ORC) ISD) OF
-
How are the parameters referenced by default in VB.NET?
A) By ObjectB) By ValC) By RefD) None
-
Which type of procedure does a delegate point to
A) Static procedureB) Instance ProcedureC) Both
VB.NET Interview Questions
Ans