Hi, I am able to finally receive an xml post into my asp.net 1.1 c# application. An external server (another language) posts the XML it using an HTTP post. The directions also say that they use form encoding. Anyway, I am having lots of trouble decoding the xml that i am receiving.
I have tried...
Loading the xml file into an XmlDocument worked flawlessly. I had to add some recursion and a little more logic to separate the case where its an element, text or attribute, but it worked perfectly. Thanks alot Oddball.
private void GetChildNodes(XmlNodeList XmlNodes)
{...
i haven't solved it yet because i have a little more time to fool around with it. i will complete it by monday. i will definately tell you what i did. thanks alot
Hi. I am trying to read the value of an attribute, in an XML file. Its a very simple xml file.
<?xml version="1.0"?>
<product type="Tile">
<name>3ba01</name>
<pattern>rojo</pattern>
</product>
I can get both name and pattern. I cannot for the life of me, get the product type attribute...
I need to write code to grab xml elements out of an xml file. that's easy and have done it a million times. But, the xml file is coming from another application onto my web server via an HTTP POST. I am not sure how to do this. I have never done this before. It's not a webservice. Any help?
Thanks
first of all, thanks for your help. The reason is that the requirements are for them to be checkboxes. I agree with you though. Radio is much much more suited.
Hi. Is there a way to make a checkbox behave the same way that you would create a radiobutton group? I need a series of checkboxes in which only 1 can be selected.
1 idea that comes to mind is to use the checkboxes
OnCheckedChanged
to clear any other checkboxes that could be checked.
Is that...
That is what i thought. Thanks for the info. The funny thing is that the page i am looking at has lots of c# code in the code area, but also has these areas where conditional logic was inserted inside the html as shown above. Thanks anyway.
I have a question. Is there an advantage to placing c# code inside the html section of an aspx file instead of in the code section? I am talking about including some c# code with the
<% %>
---------------------------------
Ex:
<% if (x > 3)%>
<a href="xxx.aspx?action=action1">...
Hi, I've read all there is to read about configuring multiple web sites with 1 Ip. But I still cant seem to get it to work. I read this thread.
http://tek-tips.com/viewthread.cfm?qid=947343
I have windows 2000 adv server. I can run the original site just fine, but not the 2nd one. I added...
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.