validation

  1. etkmlm

    Question Validation Messages Not Working

    Hi, I have an issue with validation messages. I think the problem is caused by 2 post method. [HttpGet] [Authorize] public ActionResult Others(string bid) { return View(ret); } [HttpPost] public ActionResult...
  2. A

    Question Validation

    Hi i am struggling getting validation working here is the current scenario as dictated by the design brief we have a core class abstract public class Customer_Core:Core, ICore { string organizationName; [Key] public long CustomerId { get; set; }...
Back
Top Bottom