WebForm_PostBackOptions javascript Error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Corey

    WebForm_PostBackOptions javascript Error

    I recently received a Javascript error, "'WebForm_PostB ackOptions' is
    undefined" from an application I'm working on. It occurs during the
    PostBack from a DropDownList.

    I've created a project which is only a DropDownList, with some Data and
    AutoPostBack = True, and it caused the error.

    I've ran aspnet_regiis -i, aspnet_regiis -c and regsvr32
    c:\windows\Micr osoft.NET\Frame work\v1.1.4322\ aspnet_isapi.dl l.

    What is going wrong? How do I get this Javascript function defined????

    Thanks


  • Aaron [SQL Server MVP]

    #2
    Re: WebForm_PostBac kOptions javascript Error

    You forgot to post to rec.vw and comp.lang.perl!

    (Followups set to framework.aspne t only)



    "Corey" <shadowcaster@r ogers.com> wrote in message
    news:7_2%d.3366 3$N8.995842@new s20.bellglobal. com...[color=blue]
    > I recently received a Javascript error, "'WebForm_PostB ackOptions' is
    > undefined" from an application I'm working on. It occurs during the
    > PostBack from a DropDownList.
    >
    > I've created a project which is only a DropDownList, with some Data and
    > AutoPostBack = True, and it caused the error.
    >
    > I've ran aspnet_regiis -i, aspnet_regiis -c and regsvr32
    > c:\windows\Micr osoft.NET\Frame work\v1.1.4322\ aspnet_isapi.dl l.
    >
    > What is going wrong? How do I get this Javascript function defined????
    >
    > Thanks
    >
    >[/color]


    Comment

    • Cor Ligthert

      #3
      Re: WebForm_PostBac kOptions javascript Error

      Corey,

      That message should not be there, however it happens by instance when you
      use often the ctrl Y and ctr Z sometimes (and don't pay attention to the
      warnings). What I do in those cases when I cannot find it (what is very very
      seldom), is creating those pages new. Copy the code to that new page and
      exclude the old page.

      I hope this helps,

      Cor


      Comment

      Working...