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                      
tip   To Refer this Site to Your Friends   Click Here
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
how to update data set?
 Question Submitted By :: Darisi.nag
I also faced this Question!!     Rank Answer Posted By  
 
  Re: how to update data set?
Answer
# 1
da.update(ds);
// da-->> object of dataAdapter
// da-->> object of Dataset
 
Is This Answer Correct ?    0 Yes 0 No
Kuber Manral
 
  Re: how to update data set?
Answer
# 2
With use of following code we update the data set:-
 Using System.Data.SqlClient;
 Using System .Data;
 Using System.Configrution;
SqlDataAdpator da=new SqlDataAdaptor
("query",ConfigrutionSetting.AppSetting["key"]);
DataSet ds=new DataSet();
da.Fill(ds);
da.Update(ds);
 
Is This Answer Correct ?    1 Yes 0 No
Kamlesh
 
 
 
  Re: how to update data set?
Answer
# 3
usuing data.sqlclient;
---code----
sqldataadapter da=new dataadapter();
dataset ds=new dataset();
da.fill(ds);
da.update(ds)

or we cause to solve problem as--
public override int Update(
    DataSet dataSet
)
 
Is This Answer Correct ?    1 Yes 0 No
Anand
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
is it possible to use web site without web server from remote place? ABC1
what are webservices?In which circumstances we can go for webservices? Microsoft2
What is the difference between Proxy and Contract?  1
In try catch blocks one is normal catch block and another is sqlcatchexception block Microsoft3
What is advantage and disadvantage of viewstate  2
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe  1
What are the different ways you would consider sending data across pages in ASP (i.e between 1.asp to 2.asp)? Net-Solution1
In the context of a comparison, what is object identity versus object equivalence?  1
What is the difference between a Stored procedure and function?  6
Difference between Htttppost and Httpget Methods? Microsoft3
what is client back feauture ?  1
What is viewstate? Microsoft4
What is the difference between and ActiveX dll and control? Microsoft2
Why is validation always done on the server? When does that occur?  1
How do you use css in asp.net?  4
Usage of web.config? Microsoft1
What is gacutil.exe? Where do we store assemblies, Should sn.exe be used before gacutil.exe? Accenture2
What type of code (server or client) is found in a Code- Behind class?  1
On what object is the transaction in ADO.NET focused on? a) The command object b) The DataSet object c) The Connection object d) The DataAdapter object Syntax-Softtech4
In what order do the events of an ASPX page execute, As a developer is it important to understand these events?  2
 
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