-
Remove Records in GridView
How to remove records by selecting checkboxes in gridview?
-
Class Library
What are the benefits of using Class Library?
-
Pring Data Grid
How to print data grid?
-
In VB.NET which of the following restrictions does not exist?
A) No of variables used in modulesB) Module sizeC) NamingD) All of the above
-
Examples of Extended Provider are
A) Dataprovider & Error HandlerB) Errorprovider & HelpproviderC) Errorhandler & FinalizerD) None
-
Class Library
What Is Class Library? How will you use class library in project?
-
Dataset is always disconnected
A) TrueB) False
-
Windows-based application code segment
You develop a Windows-based application that includes the following code segment. (Line numbers areincluded for reference only.)01 Public Sub password_Validating (ByVal sender As _02 Object, ByVal e As _03 System.ComponentModel.CancelEventArgs)04 Handles password.Validating05 If ValidPassword() = False Then06 'Insert new code.07 End If08 End SubYou must ensure that users cannot move control focus away...
-
VB.NET List Box
How can i retrieve records of a column having certain criteria and display the records in a list box? Please help me...
-
VB.NET Array Problem
if i identify an array ,like the below and thenDim color() As String Private Sub coloring_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load color(0) = "red" color(1)="blue" color(2)="black" i want to take each element to give it some specification like the belowred use 2 day , 10 people wear it ,valid for 25 dayblue use 9 day , 25 people wear it...
-
The metadata stored in the assembly is called :
A) AssemblyInfoB) manifestC) AssemblyData
-
File System Object
How do create a fileSystemObject?
-
-
Which of the following is not a method of a Connection Object in VB.NET?
A) Open ( )B) BeginTransaction ( )C) Execute( )D) Commit Transaction( )
-
How to remove application name form application tab in task manager using vb.net windows application
hi all,In my project is also administrator purpose also.I have not found solution about how to remove application from task manager using vb.net windows application.In vb.net I have not found properties of application with respect of that issue.But in vb it have properties of app.task visible then it is possible in vb.Please help me to avoid that issue.Imports System.Diagnostics The there is a method...
-
-
How to stop a form refresh in vb.net windows application
hi all,I am used in me.showintaskbar property to remove application from taskmanager.but it removes the form(application)it still refreshes.How to stop the form refresh.to avoid that issue please help me.Thanks,
-
-
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 ?
-
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....
VB.NET Interview Questions
Ans