category

Home / DeveloperSection / Category

How to read and write XML in C#
How to read and write XML in C#

XML (Extensible Markup Language) is a flexible way to create common information formats and share both the format and the data on the World Wide Web, intranets, and elsewhere.

How to read data from XML file in C Sharp
How to read data from XML file in C Sharp

/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-st

How to read and write XML file through C sharp
How to read and write XML file through C sharp

How to read and write XML file through C sharpWriting XML file Here I’m creating an XML file through C#.privatevoid btnAccept_Click(object sender,

How to create XML file through C Sharp
How to create XML file through C Sharp

/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-st

How to Create XML file of Database in C Sharp
How to Create XML file of Database in C Sharp

To create XML file of Database we have to call WriteXml() function of Data Set. Examplestring strConnection = "Server=abc\\SQLEXPRESs;Database=Empl