using ASP.net - convert sql table into xml data
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi How can i convert the sql table like Employee with fields EmpId , EmpName , EmpSal , etc into XML data using ASP.Net ? If anyone kw reply me thanks in advance Naresh.s.s
read the table in to a data set then use the WriteXml method of the DataSet i.e. ds.WriteXml("ToPath") , check also the WriteXmlSchema method.
When you get mad...THINK twice that the only advice Tamimi - Code