Hi,
I have two string in two string all values are in comma separated.how to convert this two string comma separated values into XML. using asp.net c#
like this string A=1,2,3,4,56,78
string B=3,8,0,9,87
want to convert this two string into xml
Go to the complete details ...