Skip to content
Loading
Not working my Sweet Alert  
  •   
  •   
  • }  
  •   
  •   
  • @Html.ActionLink("Back to List""Index")  
  •   
  •   
  • @*@section Scripts {  
  • @Scripts.Render("~/bundles/jqueryval")  
  • }*@  
  • This is my Model:
    1. public class Department  
    2. {  
    3. public string dpt_id { getset; }  
    4.   
    5. [Required(ErrorMessage = "Please enter Department Name")]  
    6. public string dpt_nam { getset; }  
    7. public string dpt_typ { getset; }  
    8. }  

    3 Replies

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