send xml file to client site
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
hi all, how to i send xml file to client side and than how to use this xml in javascript? thanks
-
hi all, how to i send xml file to client side and than how to use this xml in javascript? thanks
I couldnt get you properly. You need to send an XML, just write that in the Response. You can use a http handler to get the XML from the server. Just call using AJAX. You can get the elements of the XML using DomParser. Check this one http://www.w3schools.com/Xml/xml\_parser.asp for xml parsing. :thumbsup::thumbsup:
Abhishek Sur
My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB
**Don't forget to click "Good Answer" if you like to.