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

Raw Insert query in EF8 or Entity Framwork 8

          public async Task<object> InsertRack(Rack RackInsert)         {             try             {                 sql = " i...