Skip to content
Loading
How to check your crud if its working or not in sql db?  
  •       
  •     class="form-group">  
  •         @Html.LabelFor(m => m.Email, new { @class = "col-md-2 control-label" })  
  •         class="col-md-10">  
  •             @Html.TextBoxFor(m => m.Email, new { @class = "form-control" })  
  •           
  •       
  •     class="form-group">  
  •         class="col-md-offset-2 col-md-10">  
  •             "submit" class="btn btn-info" value="Register" />  
  •           
  •       
  • }  
  •   
  • @section Scripts {  
  •     @Scripts.Render("~/bundles/jqueryval")  
  • }  
  •  

    1 Reply

    Know the answer? Post it — somebody with the same question will find it here.