Getting partial view by ajax from action method in MVC Add controller to your MVC application : MyDatesController using MyApp.Common ; using System ; using System.Collections.Generic ; using System.Linq ; using System.Web ; using Sy…
Read moreGetting partial view by ajax from action method in MVC Add controller to your MVC application : MyDatesController using MyApp.Common ; using System ; using System.Collections.Generic ; using System.Linq ; using System.Web ; using Sy…
Read moreCollapsible panel and dismisable alert in bootstrap all you require is to download bootstrap from Here and include it to your html file using link tag. I have included bootstrap-rtl.css and bootstrap.min.js <script src="~/Scripts/jquery-1.10.2.js"&…
Read moreBootstrap modal dialog in MVC Add the following code to your view.cshtml change the content inside <div class= "modal-body" > </div> <div class= "row" > <div class= "col-lg-12" > <butto…
Read more