What's the recommended best practice for data validation? Is asp.net validation controls enough or should I also create validation in sql stored procedures? What do you guys think?
I was discussing this with a co-worker, and feel that asp.net controls should be enough and would be easier to maintain if the validation values were to change. Co-worker wants to validate using both controls and on the database side for more security.
I was discussing this with a co-worker, and feel that asp.net controls should be enough and would be easier to maintain if the validation values were to change. Co-worker wants to validate using both controls and on the database side for more security.