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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. Update panel error on my site

Update panel error on my site

Scheduled Pinned Locked Moved ASP.NET
sysadmindebuggingjsonhelpannouncement
6 Posts 4 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.
  • G Offline
    G Offline
    gopinathtamil
    wrote on last edited by
    #1

    Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled. Details: Error parsing near '

    C W 2 Replies Last reply
    0
    • G gopinathtamil

      Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled. Details: Error parsing near '

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      I suspect it means you're in over your head. Did you consider telling us what you've done in response to the error message ? Do you use Response.Write or any of the other stuff it mentions ? Have you tried removing stuff from your page to see if you can make it work ( and work out what breaks it ) ?

      Christian Graus Driven to the arms of OSX by Vista.

      G 1 Reply Last reply
      0
      • C Christian Graus

        I suspect it means you're in over your head. Did you consider telling us what you've done in response to the error message ? Do you use Response.Write or any of the other stuff it mentions ? Have you tried removing stuff from your page to see if you can make it work ( and work out what breaks it ) ?

        Christian Graus Driven to the arms of OSX by Vista.

        G Offline
        G Offline
        gopinathtamil
        wrote on last edited by
        #3

        any of the other stuff it mentions ?... it means what your trying to i didn't get properly.. can you come again once again....

        N C 2 Replies Last reply
        0
        • G gopinathtamil

          any of the other stuff it mentions ?... it means what your trying to i didn't get properly.. can you come again once again....

          N Offline
          N Offline
          N a v a n e e t h
          wrote on last edited by
          #4

          The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled. I am not getting which part of this error message is unclear for you. :)

          Navaneeth How to use google | Ask smart questions

          1 Reply Last reply
          0
          • G gopinathtamil

            any of the other stuff it mentions ?... it means what your trying to i didn't get properly.. can you come again once again....

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #5

            I meant you have an error message that explains the issues, so tell us what your code looks like and what you did to follow the advice given in the error message. It means we would like to know if you have any idea what you're doing, or if you're copying code from the web and have no idea what it does.

            Christian Graus Driven to the arms of OSX by Vista.

            1 Reply Last reply
            0
            • G gopinathtamil

              Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled. Details: Error parsing near '

              W Offline
              W Offline
              www Developerof NET
              wrote on last edited by
              #6

              Let me guess, you may have probably written your code that gets triggered in your update panel in a try catch block and if in case an exception occurs you have done a

              Response.write(ex.tostring())

              try debugging your code...

              When you fail to plan, you are planning to fail.

              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