1
vote
1answer
202 views
When using the XPath binding expression, can you get back InnerXml rather than InnerText?
I'm binding a control to an XmlDocument and using the "XPath" binding expression to output the data:
<div class="Bio"><%# XPath("Biography") %></div>
…
0
votes
0answers
39 views
How is XInclude processed, and how does it resolve references?
This is a general theory question, but how is XInclude manifested? I understand the theory, but I have two questions about the implementation of it.
First, I assume there are "XInclude pro …
0
votes
2answers
38 views
What’s the best way to pass complex data into an ASP.Net control?
I want to pass complex information into a control. The equivalent of an entire XML document. What would be the best way to accomplish something like this:
<MyPrefix:MyControl r …
