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 - 30 Sep 2004 15:25 GMT
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
> hi,
>
[quoted text clipped - 10 lines]
> the code because the same code is working fine on Windows XP machine. The
> machine which is giving problem is Windows 2000 Advanced server.
Sriram Krishnan - 30 Sep 2004 17:03 GMT
Check the security settings in IE - or try it on some other browser. The
validators are basically Javascripts which may be getting blocked

Signature
Sriram Krishnan
http://www.dotnetjunkies.com/weblog/sriram
> hi,
>
[quoted text clipped - 13 lines]
> the code because the same code is working fine on Windows XP machine. The
> machine which is giving problem is Windows 2000 Advanced server.