Convert datatable to xml and save in a folder
Hi,
How can I convert datable to xml and save the xml file to a folder path?
Answers (1)
0
Hi,
You are doing good ,but you need to change your some line of code.
use this.
- $("#projectNames").val($("#ms").text());
0
Hi,
Instead of $("#projectNames").val($("#ms").text()); try $("#projectNames").val($("#ms").val());