Originally posted by Pradeep Bhat:
One more question- "Is it okay to have an web app wher some pages uses client side validation and others use server side validation ?. "
I feel that user may not like this. Any comments?
User may or may not like that. If I am developing a web app fro my own use i have the choice whether to go server side validation or client side validation but most of the cases developer doesnt have the choice of that. ( that is what i experienced). Another issue is with Javascript is suppose ur application is that u have users that use speech browsers ezp some old speech browsers then they will have a problem with reading validation messages and if u developing an web app which need to conform to section 508, then its better not to user Javascript validation.
coz it says that
" When pages utilize scripting languages to display content, or to create interface elements, the information provided by the script shall be identified with functional text that can be read by assistive technology"
It all depends the users you targeting in ur web app