-
VB.NET 2-dimensional array
How do you search within a 2-dimensional array using VB.NET? How can I know that a value already exists in the array?
-
Test case for a calender
Give me sample test case for calender
-
Which of the following is not member of String classs
A) CopyB) ConcatC) FormatD) Substring
-
A DataSet can hold any number of tables
A) TrueB) False
-
Select the keyword used to refer the name space in our code in VB.Net
A) UsingB) PackageC) ImportsD) None of the above
-
How does VB.NET instantiates the .NET object
A) Using NEW keywordB) Using CREATEOBJECT keywordC) Using GETOBJECT keywordD) Both A & B
-
VB.NET testing
What's involved in end to end VB.NET testing?
-
Which of the following Types will have data of fixed size
A) Value TypeB) Reference TypeC) None
-
-
By default VB.NET delegate refers
A) Shared MethodsB) Instance MethodsC) Both A & BD) None
-
-
-
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... -
-
-
How do you declare variables in VB.NET
A) Using Dimension keywordB) Using Dim keywordC) Both A & BD) None
-
VB.NET Date conversion
How to convert mm/dd/yyyy to dd/mm/yyyy.
-
Visual Studio .NET Windows-based application
You use Visual Studio .NET to create a Windows-based application. The application includes a form named GraphForm, which displays statistical data in graph format. You use a custom graphing control that does not support resizing.You must ensure that users cannot resize, minimize, or maximize GraphForm. Which three actions should you take? (Each answer presents part of the solution. Choose three)A....
-
Data manipulation using datagridview in vb.net 2005
I would like to ask that in a master detail form I want to add / delete / modify records in master or detail (datagridview ) with the help of different buttons. My problem is I am not able to do this in datagridview. I used dataadapter and update method and various other things but I could not do it. Pl. suggest me how to do this ? How can I achieve this ?
-
VB.NET Interview Questions
Ans