Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: romh
  • Order by date
  1. romh

    XML post decoding problem

    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...
  2. romh

    Cannot read xml attribute

    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) {...
  3. romh

    Cannot read xml attribute

    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
  4. romh

    Cannot read xml attribute

    thank you. i will try that.
  5. romh

    Cannot read xml attribute

    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...
  6. romh

    XML over HTTP Post

    At First glance, it seems like that's exactly what I need. I am writing it with C#. That's great. I'll let you know how it turns out. Thanks again.
  7. romh

    XML over HTTP Post

    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
  8. romh

    Checkbox Groupname?

    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.
  9. romh

    Checkbox Groupname?

    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...
  10. romh

    Why would you place asp.net code inside HTML?

    I agree. I programmed very briefly with ASP years ago. I don't like the way they mixed the two either.
  11. romh

    Why would you place asp.net code inside HTML?

    But they should have added the hyperlinks dynamically. Right? In order to follow ASP.NET's manner of doing it.
  12. romh

    Why would you place asp.net code inside HTML?

    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.
  13. romh

    Why would you place asp.net code inside HTML?

    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">...
  14. romh

    Hosting 2 Web Sites with 1 IP

    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...
  15. romh

    C# BrainBench Online Test

    I was wondering if anyone has taken the above test? What kind of topics do they test? Thanks
  16. romh

    Install Web Server on new Server that is not DC

    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.
  17. romh

    Install Web Server on new Server that is not DC

    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
  18. romh

    Install Web Server on new Server that is not DC

    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.
  19. romh

    Install Web Server on new Server that is not DC

    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...
  20. romh

    Install Web Server on new Server that is not DC

    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?

Part and Inventory Search

Back
Top