Which reference and where i can find it i need to add in order to use the XMLDocument object ?
Add this to the top of your source code: Code: using System.Xml; This namespace exposed the DOM object hiearchy.
using System.Xml;
Forum Rules