GeekInterview.com
  I am new, Sign me up!
 

VB.NET Interview Questions


VB.NET Interview Questions

Questions: 60
Comments: 174
 VB.NET Tags
 Showing Questions 41-50 of 60 Questions
<< Previous 1 2 3 4 [5] 6 Next >>
 Sponsored Links

 
 VB.NET Interview Questions
Sorting Options :  

1)What is the difference between vb and vb.net ?2)How to insert row by row data in datagrid ?3) How to work with repeater controls and give small example program ?
Read Answers (7) | Asked by : Hari

Latest Answer: Dim con As New SqlConnection _ ("Server=YourServer;uid=;pwd=;database=northwind") Dim da As New SqlDataAdapter _ ("Select * From MyImages", con) Dim MyCB As SqlCommandBuilder = New SqlCommandBuilder(da) Dim ds As New DataSet() da.MissingSchemaAction ...
Read Answers (3) | Asked by : Lakshmanan

Latest Answer: web.config file apply setting to each web application while machine.config file apply setting to all ASP.NET application ...
Read Answers (6) | Asked by : charlesp

Latest Answer: yes, You have to convert XML to dataset. ...
Read Answers (2) | Asked by : charlesp

Latest Answer: An article from Microsoft suggest that VB.NET and C# are the same as afar as OOP goes.  The differences in C# consist of abilities to handle un-managed code (non .NET related code) and that VB.NET uses late binding.  I personally don't program with late ...
Tags : OOPS

Latest Answer: using CommonDialog classeg:the code to invoke the default font dialog box by using the FontDialog control is given below:private sub displayfont_click(byval sender as system.object,byval e as system.eventargs) handles displayfont.clickfontdialog.showDialog()textbox1.font=fontdialog1.fontend ...
Read Answers (1) | Asked by : rajesh sharma

Latest Answer: we can use adrotator control to use like powerpoint presentation ...
Read Answers (1) | Asked by : Neelam Gupta

Latest Answer: You can implement Disconnected architecture by changing the cursor location property of Recordset to 3 (adUseClient)Set myRS = new ADODB.RecordsetmyRS.CursorLocation = adUseClientThis recordset is used as a disconnected recordset. That means, when you ...

Latest Answer: Through SOAP Protocol ...
Read Answers (6) | Asked by : Barot Vishal

Latest Answer: Thread is also one point to be discussed.If we call an EXE from some other application then it runs out off process and in diffrent thread.Dll runs in the same thread as that of application. ...
Read Answers (7) | Asked by : veera kumar

View page << Previous 1 2 3 4 [5] 6 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape