GeekInterview.com
  I am new, Sign me up!
 

ADO.NET 2.0 Interview Questions


ADO.NET 2.0 Interview Questions

Questions: 19
Comments: 83
 ADO.NET 2.0 Tags
 Showing Questions 1-10 of 19 Questions
[1] 2 Next >>
 Sponsored Links

 
 ADO.NET 2.0 Interview Questions
Sorting Options :  

How to connect Oracle database and MS Access to .Net framework? 
Latest Answer: If you have used OleDB you can use an OleDB connectionstring, if you have used SQLClient, you have to change it to the OracleClient (standard in 2003). ...

Latest Answer: What I understand from your question is that, you have the image content in your data base and wants to read it from there and show it to web page.If I am right in my perception, then a simple solution would be as follows.Setup a virtual directory and ...

Imports System.Data.SqlClientPublic Class Form1Dim cn As New SqlConnection("server=.;database=atten;uid=sa;pwd=sa;")Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) 
Latest Answer: Column Name do not allow numeric values.choose Charecters. ...

Latest Answer: contd...A newly created DataRow has its RowState set to Detached until it is added to the DataRowCollection via the DataRowcollection::Add method. The RowState is initialized to Added until the DataRow::AcceptChanges method is called, at which ...
Read Answers (2) | Asked by : jashuvad

The grid view consists of 3 columns which are combo Boxes. I want the string in the 1st column. 
Latest Answer: ((DropDownList)GV_chart.Rows[e.RowIndex].FindControl("Dcity1"));Here GV_Chart is the id of Grid View And DCity is the Name of the dropdown list ...
Read Answers (3) | Asked by : Bharath

Latest Answer: One more thing...Server.Transfer supports only ASPX pages but Response.Redirect applies even HTML pages ...
Read Answers (3) | Asked by : sambit

Latest Answer: There are 3 versions for each DataRow object.1.Original2.Current3.ProposedThe HasVersion( ) method of the DataRow can determine whether a specific version of the row exists. If the version exists, column values for it can be retrieved using ...
Read Answers (1) | Asked by : guruprasad

Latest Answer: With normal dataset you have to always have in mind the schema of your source of data.Typed dataset are a generated class derived from the dataset and in which every thing from the schema is included in the types generated. So when you use the typed dataset, ...
Read Answers (6) | Asked by : Sanjiv Sharma

Latest Answer: 1. Ado.net 2.0 provides MARS ( multiple active resultsets which allows you to have two datareader on one connection open at sametime.2. Ado.net 2.0 provide bulk copy facility.3. Ado.net 2.0 provides table adapters and hence allows easy to create DAL.There ...
Read Answers (2) | Asked by : maneesha

Latest Answer: Control which drives from BaseDataBoundControl Class  Serves as the base class for controls that bind to data using an ASP.NET data source control. ...
Read Answers (1) | Asked by : neelu

View page [1] 2 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 (?)

 
Expert Members
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