Which is better to do client side or server side validation?
In our situation we are using
You must always validate on the server.
Also having validation on the client is nice for users, but is utterly insecure.