I was talking to a co-worker and we had a discussion on client side validation.
Which validation method is better (javascript/asp.net validation)?
I know when javascript is disabled on the browser then validation would be disabled but with asp.net validation control, you can just call the method page.validate() to do validation even though javascript is disabled.