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. Sys.WebForms.PageRequestManagerServerErrorException

Sys.WebForms.PageRequestManagerServerErrorException

Scheduled Pinned Locked Moved Web Development
helpjavascript
4 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.
  • T Offline
    T Offline
    TPS2008
    wrote on last edited by
    #1

    Hi, I'm getting an error when i am calling the click event of asp button through javascript. Error : Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Text property cannot be set. String was not recognized as a valid DateTime. I am not getting the cause of the error. Pls help me in this matter.

    D 1 Reply Last reply
    0
    • T TPS2008

      Hi, I'm getting an error when i am calling the click event of asp button through javascript. Error : Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerServerErrorException: Text property cannot be set. String was not recognized as a valid DateTime. I am not getting the cause of the error. Pls help me in this matter.

      D Offline
      D Offline
      Dominic Goulet
      wrote on last edited by
      #2

      You are setting a string that is not a date to a "Text" property of a control that expects a date string.

      ______________________ Dominic Goulet FroggedSoft

      T 1 Reply Last reply
      0
      • D Dominic Goulet

        You are setting a string that is not a date to a "Text" property of a control that expects a date string.

        ______________________ Dominic Goulet FroggedSoft

        T Offline
        T Offline
        TPS2008
        wrote on last edited by
        #3

        Thanks for your answer. But i am not setting any string to any control that expects a date string. I am just calling click event of asp button from javascript for e.g. document.getElementById("asp:button").click(); I have set a debug point on the click event of the button on aspx.vb file. While debugging before going to the click event of the button i.e. debug point, I am getting mentioned Exception. Pls tell me what to do?

        D 1 Reply Last reply
        0
        • T TPS2008

          Thanks for your answer. But i am not setting any string to any control that expects a date string. I am just calling click event of asp button from javascript for e.g. document.getElementById("asp:button").click(); I have set a debug point on the click event of the button on aspx.vb file. While debugging before going to the click event of the button i.e. debug point, I am getting mentioned Exception. Pls tell me what to do?

          D Offline
          D Offline
          Dominic Goulet
          wrote on last edited by
          #4

          Can you provide me : 1. The html code for the button 2. The javascript function that is called. 3. The javascript function call. 4. The button event code. Thanks

          ______________________ Dominic Goulet FroggedSoft

          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