I had a look at this question, but I am still not clear where to write server validations, whether in aspx.cs or presenter.
Apart from basic validations like required fields, we have business rules such as from date cannot be more than one month prior to today's date. So, where do we write these kind of validations.
We are using ASP.NET custom validation controls to do client side validations.