Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can we convert XML data into DataBase table IN .Net?

Answer Posted / om namo bagavathe vasudevaya n

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 ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which file is taken by compiler when we have both file Application and Server Configuration file?

2185


What is the advantage of .net core?

1048


What is meant by globalization and localization?

1102


Explain what is an application domain?

1033


What is the use of UML in .Net

1121


How can you assign an rgb color to a system.drawing.color object?

1019


Explain me what is the difference between a class and an object, and how do these terms relate to each other?

1008


What are nullable types in .NET

1211


What is WSDL? Explain its architecture?

1262


What is the benefit of .net core?

1033


What are the namespace available in .net?

1179


What is the use of design pattern?

1062


What are the main components in .net?

1072


Explain memory-mapped files.

1135


What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?

1021