Thank you for the answer.
But it did not work.
It asks an object. if I type a number instead of i, it works. Like:
Response.Write mynode.childnodes(10).Text
instead of
Response.Write mynode.childnodes(i).Text
I need to loop childnodes in xml page.
My XML page has:
<story>
<category>A</category>
<subcategory></subcategory>
<keyword>Senate Joyce</keyword>
<storyname>129910</storyname>
<locator>FED</locator>
<source>AAP</source>
<headline>Nationals contender edges ahead</headline>
<byline></byline>...
it is for everyone. This information comes from a shopping cart database. There are many records. Some of these records contains prices. When these reports display on page, I don't want to display prices that in a text.
Say we have 3 records to display on a page.
This product is $49.99.
This...
I need to replace prices with spaces or delete them that comes from database. Prices can be 2, 3 or 4 digits. For example the line is "this products is $45.99". How can I replace $45.99 with spaces or delete it. The amount can be $123.33 or $.99 or $1.99. Is there an easy way to do that?
Hi everybody,
I have a server and 10 computers on my network. This server is also file server. Usuall step is every computer on the network has to username and password in order to connect to the server. is there a way that automate this processs? I mean set up an username and password on the...
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.