1
Answer

Convert datatable to xml and save in a folder

Vignesh Kumar

Vignesh Kumar

9y
516
1
Hi,

How can I convert datable to xml and save the xml file to a folder path?
Answers (1)
0
Bikesh Srivastava
NA 19.8k 835.1k 8y
Hi,
You are doing good ,but you need to change your some line of code.
use this.
  1. $("#projectNames").val($("#ms").text());
0
Jisny Av
NA 473 46.8k 8y
Hi,
Instead of $("#projectNames").val($("#ms").text()); try $("#projectNames").val($("#ms").val());