I made a dashboard in HTML. I want to add this to my MVC4 project.
Now the question is "How can I add it ?"
1. Direct past this HTML page to main project with css & js ?
or
2. Create dashboard controller and make view to paste this html code ?
Look I want to see dashboard when I confirm log in , automatically dashboard open without rendering other page. It would be open Home first, When login it open dashboard.
2. The 2nd question is I want to pass value from database to relative field ! The marked field will be filled with data from database.
Thanks In Advance.
Nazmul