category

home / developersection / category

XML Sitemaps and Search Ranking: A Definitive Guide
xml 12-Dec-2023
XML Sitemaps and Search Ranking: A Definitive Guide

Learn XML Sitemaps and Search Ranking: A Definitive Guide in this article

How to read and write XML in C#
xml 27-Jan-2011
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.

XML Control in ASP.Net
xml 22-Oct-2010
XML Control in ASP.Net

The XML control is used to display an XML document. XSLT document is used to format the XML document. You can format the XML document with the Transform property.

How to read data from XML file in C Sharp
xml 02-Aug-2010
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
xml 01-Aug-2010
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
xml 01-Aug-2010
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
xml 01-Aug-2010
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