I
itsme
Hello Guys,
I am trying to add server controls dynamically using XSL.
I found an interesting article[Courtesy: Wrox Team] which
shows how to add them dynamically onto the page.
But in the article it says that one has to create an
XPathDocument using an XML file. My problem is I have a
DataSet which is actually converted to an XmlDocument, now
in this case how can I use the XmlDocument instead of Xml
file(as showed in the article) for the XPathDocument
instantiation to add the controls onto the page?
Your help is appreciated!
Thanks
I am trying to add server controls dynamically using XSL.
I found an interesting article[Courtesy: Wrox Team] which
shows how to add them dynamically onto the page.
But in the article it says that one has to create an
XPathDocument using an XML file. My problem is I have a
DataSet which is actually converted to an XmlDocument, now
in this case how can I use the XmlDocument instead of Xml
file(as showed in the article) for the XPathDocument
instantiation to add the controls onto the page?
Your help is appreciated!
Thanks