Urgent problem

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

    Urgent problem

    hi,

    I have a very strange problem on my login Page. the Page was working fine a
    few days back, but now does not generate post back events for controls.

    Ya i was able to discover one thing, it is becoz of validators, any
    validator
    on a page is creating the problems. Even if they should not get fired.

    no message just gets blocked,
    Whenever the button is clicked, no event is raised, infact it doesnt even go
    to the page_load as well. Events are registered and there is no problem with
    the code because the same code is working fine on Windows XP machine. The
    machine which is giving problem is Windows 2000 Advanced server.


  • Nick Malik

    #2
    Re: Urgent problem

    could it be that one server has been upgraded with .NET framework SP1 while
    your Windows XP machine has not (or vice versa)?

    Don't know for sure, but a lot of folks are complaining about events that
    stopped firing when .NET Framework was upgraded recently as part of a
    Microsoft security patch.

    --- Nick

    "amit.puroh it" <amit.purohit@r systems.com> wrote in message
    news:eyxfbEqpEH A.3324@TK2MSFTN GP15.phx.gbl...[color=blue]
    > hi,
    >
    > I have a very strange problem on my login Page. the Page was working fine[/color]
    a[color=blue]
    > few days back, but now does not generate post back events for controls.
    >
    > Ya i was able to discover one thing, it is becoz of validators, any
    > validator
    > on a page is creating the problems. Even if they should not get fired.
    >
    > no message just gets blocked,
    > Whenever the button is clicked, no event is raised, infact it doesnt even[/color]
    go[color=blue]
    > to the page_load as well. Events are registered and there is no problem[/color]
    with[color=blue]
    > the code because the same code is working fine on Windows XP machine. The
    > machine which is giving problem is Windows 2000 Advanced server.
    >
    >[/color]


    Comment

    • Sriram Krishnan

      #3
      Re: Urgent problem

      Check the security settings in IE - or try it on some other browser. The
      validators are basically Javascripts which may be getting blocked

      --
      Sriram Krishnan




      "amit.puroh it" <amit.purohit@r systems.com> wrote in message
      news:eyxfbEqpEH A.3324@TK2MSFTN GP15.phx.gbl...[color=blue]
      > hi,
      >
      > I have a very strange problem on my login Page. the Page was working fine
      > a
      > few days back, but now does not generate post back events for controls.
      >
      > Ya i was able to discover one thing, it is becoz of validators, any
      > validator
      > on a page is creating the problems. Even if they should not get fired.
      >
      > no message just gets blocked,
      > Whenever the button is clicked, no event is raised, infact it doesnt even
      > go
      > to the page_load as well. Events are registered and there is no problem
      > with
      > the code because the same code is working fine on Windows XP machine. The
      > machine which is giving problem is Windows 2000 Advanced server.
      >
      >[/color]


      Comment

      Working...