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...
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; }...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.