Posted on: 6/15/2015 4:13:23 PM | Views : 708

hi guys
I am doing:
export data (records) from SQL Server Table to Text (Notepad) file in ASP.Net using C# and VB.Net
from this URL:http://www.aspsnippets.com/Articles/Export-data-from-SQL-Server-to-Text-file-in-C-and-VBNet.aspx
output is like this :
customeerid   name   country
1.                      mike      london
2.                      tom        usa

i want format like this :
<customerid :1 , name : mike , country : london>
<customerid:2   , name: tom  , country : usa> Go to the complete details ...