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  >>  Dot Net  >>  Dot Net General
 
 


 

 
 Dot Net Framework interview questions  Dot Net Framework Interview Questions
 Dot Net Remoting interview questions  Dot Net Remoting Interview Questions
 Dot Net WindowsForms interview questions  Dot Net WindowsForms Interview Questions
 Dot Net General interview questions  Dot Net General Interview Questions
 Dot Net AllOther interview questions  Dot Net AllOther Interview Questions
Question
How can we convert XML data into DataBase table IN .Net?
 Question Submitted By :: Lingareddy
I also faced this Question!!     Rank Answer Posted By  
 
  Re: How can we convert XML data into DataBase table IN .Net?
Answer
# 1
dSet.ReadXml(Server.MapPath("Forms.xml"))
 
Is This Answer Correct ?    6 Yes 2 No
Naveen Kumar
 
  Re: How can we convert XML data into DataBase table IN .Net?
Answer
# 2
DataSet ds=new DataSet();
ds.ReadXml(Server.MapPath("XMLFILENAME.xml"));
DataTable tb=new DataTable(ds.Tables(0));
this tb(object) is Datatable contain XmlFileData.
 
Is This Answer Correct ?    2 Yes 0 No
Om Namo Bagavathe Vasudevaya N
 
 
 

 
 
 
Other Dot Net General Interview Questions
 
  Question Asked @ Answers
 
What?s different about a Windows service as compared to a regular application?  1
What is .NET Framework?  2
Give An example of a ctype and directcast. Wipro2
Name some of the languages .NET support?  2
When would you use .NET Remoting and when Web services?  1
Difference between Panel and GroupBox classes?  2
What is MSIL, IL, CTS?  2
What is Garbage Collection in .Net? Garbage collection process?  3
asp mean CTS3
i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error? Deloitte4
What is different between Web User Control and Web Custom Control?  1
what is AGILE SCRUM methodoly....?  1
How will you register com+ services?  1
In Mvc Architecure what is view? TCS1
How to write an MMC snap-in for my Windows service?  1
diff between forms authentication and windows authentication?  4
How many types of exception handlers are there in .NET?  1
Which method do you use to redirect the user to another page without performing a round trip to the client?  2
What is Assembly manifest? what all details the assembly manifest will contain. Ksb2
What is the managed and unmanaged code in .net? Deltech3
 
For more Dot Net General 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