I try to add client side validation using this line of code:
@Html.EnableClientValidation()
But I keep getting this error message:
Compiler Error Message: CS1502: The best overloaded method match for 'Microsoft.WebPages.WebPageUltimateBase.Write(Microsoft.WebPages.Helpers.HelperResult)' has some invalid arguments
Is this working for anyone else, or is it another approach for this in ASP MVC 3?
True
into the page. Do I have to place the code anywhere special? Now im placing it just above my@using(Ajax.BeginForm(...
– Morganmorgana