Selasa, 28 April 2015

ASP.Net, C#, SQL Server Information

ASP.Net, C#, SQL Server Information

Link to ASP.Net, C#, SQL, JQuery, Sharepoint

Create xml file from sql server table

Posted: 27 Apr 2015 04:38 PM PDT

Following code will create xml file from sql server table. SQL Server Table XML Output <myroot>     <blogs>>/blogs>           <blogid>2601</blogid>           <title>Program to illustrate operator overloading from string</title>           <contentvalue>blah blah blah</contentvalue>           <creationdate>2013-02-18 13:57:00</creationdate>          ....      ....      ....      ....