for (int i = 0; i < ds.Tables.Count; i++) { ds.Tables[i].WriteXml(filepath + "/" + "tblTeachers" + ".xml"); xmlDoc = new XmlDocument(); xmlDoc.PreserveWhitespace = true; xmlDoc.Load(filepath + "/" + "tblTeachers" + ".xml"); //Encrypt(xmlDoc, " ", rsaKey, "rsaKey"); xmlDoc.Save(filepath + "/" + "tblTeachers" + ".xml"); }
Coloumn Names DataType AllowNulls intTeacherID int No
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)