ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
About DataAdapters ?
 Question Submitted By :: Pranab Mukherjee
I also faced this Question!!     Rank Answer Posted By  
 
  Re: About DataAdapters ?
Answer
# 1
Data Adapters provide in teraction between DataBase and 
Dataset.It provite the functionalities like reading the 
data from database,update the data,filter the data and wite 
the data to Database
 
Is This Answer Correct ?    4 Yes 0 No
A.mustaq Ahmed
 
  Re: About DataAdapters ?
Answer
# 2
The data adapter we can use with data set.we can use data 
adapter when the data is in disconnected form & we have to 
apply some oprations on it.the data adapter is in the 
tabular form & we can create any no of virtual tables to 
fetch data.
 
Is This Answer Correct ?    1 Yes 3 No
Sunil
 
 
 
  Re: About DataAdapters ?
Answer
# 3
DataAdapters is important object of Ado.net. it is used to 
transfer data to and from database.
DataAdapter is used to Interact with dataset.
DataAdapter has two method fill() and update().
 
Is This Answer Correct ?    2 Yes 0 No
Manish Singh
 
  Re: About DataAdapters ?
Answer
# 4
DataAdapter acts like a mediator between Dataset and 
Datastore(ie.Oracle,Sqlserver or Access).It has two methods 
fill() and update().
For Ex:
SqlConnection con=new SqlConnection
("DataSource="databaseEngineName";Initial 
Catalog="DataBaseName";User 
Id="userName";Password="password";);
DataAdapter da=new DataAdapter(sqlcommand,con);
DataSet ds=new DataSet();
da.fill(ds,"tablename");
da.update(ds);
 
Is This Answer Correct ?    2 Yes 0 No
Nitya
 
  Re: About DataAdapters ?
Answer
# 5
DataAdapter acts like a mediator between Dataset and 
Datastore
data adpters and datasets are disconnected model
through which we can store data on the local site and we 
can perform menupulation on that
 
Is This Answer Correct ?    0 Yes 0 No
Kamlesh Sharma
 
  Re: About DataAdapters ?
Answer
# 6
DataAdapter is the bridge between the dataset and database.

Dataset is the Disconnected architecture,through 
dataadapter we can get the data from database to dataset.
Once we get the data from database, connection will be 
automatically disconnected.Just like Our mobile set.
Once we connected the charger to our mobile,the mobile will 
charged.After batary will charge we will disconnect from 
the adapter..like that.
 
Is This Answer Correct ?    0 Yes 0 No
Sudheer Kallipudi
 
  Re: About DataAdapters ?
Answer
# 7
Data Adapter is interface between database and dataset
whatever data is update that is handle by Data Adapter.
 
Is This Answer Correct ?    0 Yes 0 No
Amit Bhardwaj
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
How many column in table of sql server?  3
What does this do? gacutil /l | find /i about  1
Explain current thinking around IClonable.  1
how to use web services with code?(with example code) Accenture1
Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element. Syntax-Softtech5
Features in ASP.NET? Microsoft2
You have two buttons in web form and i clicked on one of the button, so how do i find which button i've clicked on the form in my page load? INDUS14
What are the page level transaction and class level transaction? Satyam1
To which class you load XML or Related Data  1
Can i have both C# and vb.net code in same assembly?how? Wipro4
What are the Application_Start and Session_Start subroutines used for?  5
what is profiles in asp.net  1
.Net Doesn't offer Deterministic Distruction ? a) True b) False CTS4
where should write the connection string Show that it will apply whole pages in the website Symco5
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?  1
What is .Net3.0 and .Net3.5? Describe something about that Features..  1
Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close() Techno-Solutions3
How Can we use multiple forms in single asp.net application? Polaris2
About CLS and CTS? Microsoft6
In a webpage if i want to give access to only half page ,then what should i do?  3
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com