Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. XML Content

XML Content

Scheduled Pinned Locked Moved ASP.NET
tutorialcsharpasp-netsysadminxml
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    aman2006
    wrote on last edited by
    #1

    Hi, I am trying to grab XML contents using ASP.Net page . But i think i am not getting all the contents of XML but only half. I am using this code. Response.ContentType = "text/xml"; Response.BufferOutput = true; //Reads the request and load the string StreamReader reader = new StreamReader(Request.InputStream); StrDS = reader.ReadToEnd(); reader.Close(); Then i am putting into one XML file. But any body can guide whteher i am doing right or wrong here. According to specs of the server i should get the more contents. Then i need to send some response to server like tag. I am sending it but i don't want it to display on the Internet page. Becasue i am displaying some usefull data on it. Code i am using is. Response.ContentType = "text/xml"; Response.Write("<ErrorList><Success>WEBAPP.dll/XMLPost</Success></ErrorList>"); Response.End(); But this text is always displayed. Can anu body tell me how to send the response without displaying it on IE page Thanks Shailesh

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups