GeekInterview.com
  I am new, Sign me up!
 

ADO.NET Interview Questions


ADO.NET Interview Questions

Questions: 36
Comments: 245
 ADO.NET Tags
 Showing Questions 1-10 of 36 Questions
[1] 2 3 4 Next >>
 Sponsored Links

 
 ADO.NET Interview Questions
Sorting Options :  

What is the namespace within the Microsoft .Net framework which provides the functionality to implement transaction processing called as?  
Latest Answer: System.Data.SqlClient.SqlTransaction ...

What tags one need to add within the asp:datagrid tags to bind columns manually? 
Latest Answer: ...Using this we can bind the columns manually. ...

Which method do you invoke on the DataAdapter control to load your generated dataset with data? 
Latest Answer: Fill() method is use to fill the data through DataSource in DataSet ...

How is session dumped in ASP .Net? 
View Question | Asked by : sreeneela

Explain how ASP .Net provides increased performance. 
View Question | Asked by : sreeneela

If we are not returning any records from the database, which method is to be used? 
Latest Answer: Executenonquery() ...

Can we do database operations without using any of the ADO.net objects?This was an interview question 
Latest Answer: According to me, in .NET Technology database access is done through ADO.NET.ADO.NET contain the classes to access database. So, in .NET there is no other way to access database other than ADO.NET classes which also contains objects for DAO, RDO. ...

One interview I faced a Q:how can i retrieve two tables of data at a time by using data reader?Data reader read and forward only, how is it possible to get 2 tables of data at a time 
Latest Answer: SqlCommand myCmd=new SqlCommand("Select Column1,Column2 From Table1;" +                                                     "Select ...
Read Answers (15) | Asked by : sudhakar

I am getting InvalidCastException as (Specified cast is not valid) while updating 2nd column in a datagrid? Id,firstname,lastname are the three columns of my datagrid respectively. I wanted to edit the 
Latest Answer:   int varid = (int)DataGrid1.DataKeys[e.Item.ItemIndex];        TextBox lnm = (TextBox)e.Item.Cells[2].Controls[0];        string str = lnm.Text.ToString();        ...

Latest Answer: Table with columns and rows ...
Read Answers (7) | Asked by : Srikanta Nandi

View page [1] 2 3 4 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 - 2010 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape