Click here to Skip to main content
15,905,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
This is my cshtml code

<link href="/css/style.default.css" rel="stylesheet">

@using (Html.BeginForm())
{
@Html.AntiForgeryToken()
@Html.ValidationSummary(true)

@Html.TextBoxFor(model => model.Email, new { @class = "form-control uname" })
@Html.ValidationMessageFor(model => model.Email)

}

help me somebody, Thank in advance......
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900