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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kt366

  1. kt366

    Posting xml to server and getting xml response back.

    The Header I gave you was from the response of the server. The Header I am sending is: Content-Type: text/xml\r\n\r\n which looks wrong.
  2. kt366

    Posting xml to server and getting xml response back.

    MicrosoftOfficeWebServer: 5.0_Pub Content-Length: 27141 Cache-Control: private Content-Type: text/html; charset=utf-8 Date: Mon, 24 Apr 2006 14:28:32 GMT Server: Microsoft-IIS/6.0 X-AspNet-Version: 1.1.4322 X-Powered-By: ASP.NET
  3. kt366

    Posting xml to server and getting xml response back.

    I am expecting XML back, I am not submitting to a webservice, the page I am submitting to I have been given by the people who have written the system.
  4. kt366

    Posting xml to server and getting xml response back.

    Thank you, I have used this, but I am still recieving an HTML response. Do you have any suggestions? thanks
  5. kt366

    Posting xml to server and getting xml response back.

    I'm using ASP.Net 2.0 c#.
  6. kt366

    Posting xml to server and getting xml response back.

    Please could someone explain to me how to post xml to a server and then collect the xml response. At the moment when I post to the server, the response I get is in html format and is simply the page I am posting too? I am new at this, can someone explain to me what I am doing wrong? Thanks
  7. kt366

    Can this be done?

    Thanks a million for that, that is perfect. :) :)
  8. kt366

    Can this be done?

    I know that there can only ever be three level. Do you know where I can find out more about the adjacency model? Thanks :)
  9. kt366

    Can this be done?

    I am using SQL Server 2000, sounds a similar situation, I have found a way of returning the top category level with the subcategory level all in the correct order, but I am having a nightmare getting level 3 into the correct order within the query.
  10. kt366

    Can this be done?

    I have a table with categories in and would like to return a result set which is in the order I want to display them in. Currently I return all the categories of level 1, then as I iterate through them in the application, I check to see if they have a sub category (level 2) and then return to...

Part and Inventory Search

Back
Top