Showing posts with the label bootstrapShow all

partial view by ajax from action method in MVC

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 more

Collapsible panel and dismisable alert in bootstrap

Collapsible 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 more

bootstrap modal in MVC

Bootstrap 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