Tuesday, April 23, 2019

MVC Validations

1. MVC validation's server side (on model)  is > Required, Email, Range

2. MVC Server Side (Model) validation with message
3. MVC Client Side validation (on Viewl)

4. MVC Client Side validation (on Viewl) with Strongly Binding
5. MVC Client Side validation (on Viewl) with ValidationSummary

6.A. Define Custom Validation

6.B. Custom Server Validation Apply

7. Remove Validation Text Message from Client on Server Side

8. Define Custom Validation Set Message with Control Name


No comments:

Post a Comment

Linq Expression syntax for where condtion in linq

(Expression<Func<T, bool>> filter)