referencing an XmlDataDocument in my web form

D

DC Gringo

If I create a new xmlDoc from a DataSet (derived from SQL data) such as:


Dim myDataSet As DataSet = New DataSet

' code here to populate the DataSet with schema and data.

Dim xmlDoc As XmlDataDocument = New XmlDataDocument(myDataSet)



How can I make reference to this xml document in my DocumentSource attribute
while doing an xslt transformation in a web form?

<asp:Xml id="Xml1" runat="server" DocumentSource="<???WHAT GOES HERE???>"
TransformSource="style.xslt"></asp:Xml>

____
DC G
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,777
Messages
2,569,604
Members
45,233
Latest member
AlyssaCrai

Latest Threads

Top