I have a hyperlink column in a table
I would like to be able to enter a code in to the field, ex. T12345
and then when the hyperlink is clicked, it navigate to G:/Path/T12345.pdf
Now, i dont want to see G:/Path/T12345.pdf in the column.
I know that i can change the Display Text of the...
Hi,
I have a c# asp.net solution.
Im trying to xml from a string, xsl from a file, and transform them and get the output.
My website is running under windows intergrated security.
This is where im falling down.
XslTransform xsl = new XslTransform()...
Hi,
I would like to Move one element down a level, and removing it from its original location, and making another copy further down.
Heres what i have
XML
<ItemSearchResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<OperationRequest...
I have a document from Amazon wich is massive and has the same names for elements under different branches of the tree.
ie
<item>
<smallimage>
<height units=""></height>
</smallimage>
<largeimage>
<height units=""></height>
</largeImage>
.net cannot deal with this in a dataset as it needs...
I have an input xml specification and an output specification.
they both are basically the same but i split a couple of fields on the way.
and i use the Mapper to do this.
my specifications all work well and validate as they should
my xml is as follows
root
GoodsIN
somedata...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.