I just want to Validate my HTML text box required field validator in MVC 5,
My View,its very important to use the onclick event,please guide,I have already wasted 3 hours on this I know its very simply, I tried this link but it didn't worked
@using (Html.BeginForm("Search", "Controller"))
{
<input id="txtsearch" type="text" name="searchbox" />
<input id="Button1" type="submit" value="Search"
onclick="location.href='@Url.Action("Search","Video")'" />
}