requiredfieldvalidator in firefox

  • Thread starter Thread starter Maziar Aflatoun
  • Start date Start date
M

Maziar Aflatoun

Hi,

requiredfieldvalidator doesn't work in none-IE browsers. Is there way to
change it to check on the server-side instead of the client side?

Thanks
Maz.
 
it does, but you must reference Page.IsValid to trigger the serverside
validation.

-- bruce (sqlwork.com)
 
Back
Top