validator disabling postback ???

  • Thread starter Thread starter fredd00
  • Start date Start date
F

fredd00

hi

i have some validators on a page (required ,custom and compare)

when i click on my image button the postback does not occur even when
all fields are filled correctly

they all worked fine until i installed xp sp2 could that be the problem
?

does anyone know how to fix this

thanks
 
I forgot to mention when i remove the validators from the page , the
postback works fine
 
thanks

i reinstalled the framework for iis

i actually had a batch file that i did a while a go

here it is :

cd c:\windows\microsoft.net\framework\v1.1.4322
aspnet_regiis -u


cd c:\windows\microsoft.net\framework\v1.1.4322
aspnet_regiis -i
pause
 
Back
Top