Watch this example on YouTube
Replace
[Remote(action: "ValidateSalary", controller: "Home", ErrorMessage ="will never be displayed - it will display message returned by stored procedure")]
public int Salary { get; set; }
with
[Remote(action: "ValidateSalary", controller: "Home", AdditionalFields = "FirstName,LastName", ErrorMessage ="will never be displayed - it will display message returned by stored procedure")]
public int Salary { get; set; }
No comments:
Post a Comment