Posts

Showing posts from July, 2020

How to Integrate SB Admin 2 Template in Asp.net Mvc Application

Image
Template URL    https://startbootstrap.com/themes/sb-admin-2/ Step1 : Download Template form above URL open template copy files /folder from  CSS , JS,Vendor Folder from template  Step 2 : Create Asp.net Mvc Application Open content Folder and paste above Item into folder   Step 3: Open Index.html from template and copy content from Index.html after that open Home controller and Index .cshtml file and paste code inside Index. cshtml replace reference of file as below screen (~/Content) that we have copied Inside content folder   Step 4 : Layout should be null for this Action Method   Step 5 : Run the Application ...