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 you bind data from dataset to XML file

Answer Posted / pguthi

Declare a data set ds=new dataset();
create an xml file in your working folder.


ds.WriteXmlSchema("here u enter ur xml file path") // this
will write ur table data in xml format like nodes in your
xml file.

ds.ReadXml("here u enter ur xml file path") // this will
read the data from your xml file.

hope it will help u.

Is This Answer Correct ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain asp.net web forms.

1140


How is application management and maintenance improved in asp.net 2.0?

1038


What is asp.net? How is it different from asp?

1085


Do you know using sql cache invalidation?

1077


Describe the Server Control Events of ASP.NET?

1226


List down the sequence of methods called during the page load.

975


Explain weak typing and strong typing.

1034


What events will occur when a page is loaded?

1094


Is it possible to apply themes to an asp.net application? If yes, then how?

1064


What are cookies in your browser?

1041


Explain about asp.net state management?

1080


We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?

930


What is a response cookie?

1168


What is http request and response?

1066


How Can assign alias name for ASP.NET Web API Action?

1511