Urgent problem

  • Thread starter Thread starter amit.purohit
  • Start date Start date
A

amit.purohit

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.
 
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
 
Check the security settings in IE - or try it on some other browser. The
validators are basically Javascripts which may be getting blocked
 
Back
Top