I have this code and I want to set Maximum value for TextBox and when user enter a value bigger than max value receive an alert.
<%:Html.TextBox("NumPercoPecal" + item.LkpNamePerfo + "_" + empl.NumPrsnEmply, item.NumScorePerfo, new { id = "NumPercoPecals["+m+"]"})%>
please help me