Wednesday, June 12, 2013

How to solve problem: Bootstrap not working with jQuery UI datepicker?

Need to make sure the references for javascript and css in following order:

    
    
    
    
    
    

How to get current Action and Controller name in ASP.NET MVC?


From ViewContext
        string action = ViewContext.RouteData.Values["action"].ToString();
        string controller = ViewContext.RouteData.Values["controller"].ToString();

Tuesday, June 11, 2013

Monday, June 10, 2013

How to make footer fixed to the bottom in Bootstrap?

By new class in Bootstrap 2.2.1: navbar-fixed-bottom

How to add Bootstrap into ASP.NET MVC 3?

http://www.codeproject.com/Articles/404633/Transform-ASP-NET-MVC3-Default-Template-with-Twitt

Download different themes from
http://bootswatch.com/