This is a blog where you are going to find tips or solution that are going to be helpful in the technology environment.
// Validation logic if (MyData.Email.Trim().Length == 0){ ModelState.AddModelError("Email", "Invalid Email"); return View(MyData); }
No comments:
Post a Comment