Which of the flowing are true regarding validation in a ASP.NET application ?
Which of the flowing are true regarding validation in a ASP.NET application ?
A) Server Validation Should only be used when there is no client side validation
B) All data should be validated on the server side
C) Client side validation typically a faster response (feedback) time then server validation
D) A page can not be posted back unless all client validation is passed.