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...
and I know that i configured the dns zones properly in zoneedit for when users type in www. or without the www.
It used to work both ways, I think it has something to do with what I just fixed, but no other record shows there, inside of the DNS snap in.
But I think I might have to configure IIS on the new server in order for it to work without the www. Am i right? That has something to do with the headers. But the strange thing is that it points back to the old server when i open it with
domainname.com
That worked like a charm. there was an entry for www andthen the old ip address. I changed it and it worked.
But it worked for when i type in
www.domainname.com in the browser. But not when i simply type
domainname.com
Thanks alot, that was great and simple.
In the DNS snap in I opened up the forward lookup zones. Under that, is my domain name, I right clicked on properties and went to the name servers tab, and noticed that the server name is there, with its internal IP address. Am I on the right track? Is that what you are referring to? Should I...
I dont have DNS service installed on the new server 2003 machine. I have DNS service installed on the original Windows 2000 server DC. Should I enable it on the new server 2003 as well?
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.