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. Error using Login Control with UpdatePanel

Error using Login Control with UpdatePanel

Scheduled Pinned Locked Moved ASP.NET
helpdatabasesysadmindebuggingjson
2 Posts 2 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.
  • B Offline
    B Offline
    BobsAfro
    wrote on last edited by
    #1

    I have an updatepanel with a little animation in it and I want to trigger this when the user clicks the button in the loign control. But everytime I add a trigger of LoginControl - OnLoggingIn it throws this error the first time the site is run (after a service start or a long period)

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

    '.

    Anyone know why this is? Or how to help?

    P 1 Reply Last reply
    0
    • B BobsAfro

      I have an updatepanel with a little animation in it and I want to trigger this when the user clicks the button in the loign control. But everytime I add a trigger of LoginControl - OnLoggingIn it throws this error the first time the site is run (after a service start or a long period)

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

      '.

      Anyone know why this is? Or how to help?

      P Offline
      P Offline
      proach
      wrote on last edited by
      #2

      I believe this has to do with the fact that there are a number of controls that simply cannot be used with UpdatePanel control The following ASP.NET controls are not compatible with partial-page updates, and are therefore not supported inside an UpdatePanel control: * TreeView and Menu controls. * Web Parts controls. For more information, see ASP.NET Web Parts Controls. * FileUpload controls when they are used to upload files as part of an asynchronous postback. * GridView and DetailsView controls when their EnableSortingAndPagingCallbacks property is set to true. The default is false. * Login, PasswordRecovery, ChangePassword, and CreateUserWizard controls whose contents have not been converted to editable templates. * The Substitution control. * Validation controls, which includes the BaseCompareValidator, BaseValidator, CompareValidator, CustomValidator, RangeValidator, RegularExpressionValidator, RequiredFieldValidator, and ValidationSummary control. See this for details

      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