The validator controls that can be used for asp.net input validation... requiredfieldvalidator regularexpressionvalidator etc
Do they perfrom validation on the client side AND server side or do I need to have seperate validation in my codebehind to validate on postback (ie to prevent POST injection)?