I have a request from my Umbraco users to develop a custom dashboard. This dashboard will show a list of documents which expired date is expired. I can easyli do this with Razor in a view. But i can see that dashboards are usercontrols (.ascx) which i never had worked with.
Custom dashboard with list of documents
Hello fellow Umbracians
I have a request from my Umbraco users to develop a custom dashboard. This dashboard will show a list of documents which expired date is expired. I can easyli do this with Razor in a view. But i can see that dashboards are usercontrols (.ascx) which i never had worked with.
Any good starting points?
I use the latest Umbraco 6.1.5.
Hello,
These tutorials might help:
http://www.softwareassociates.in/blog/how-to-customize-umbraco-dashboard/
http://www.yart.com.au/Resources/Umbraco-Tips-And-Tricks/Install-A-UserControl-In-The-Dashboard.aspx
You could also try to use Razor in your UserControl: http://www.hanselman.com/blog/MixingRazorViewsAndWebFormsMasterPagesWithASPNETMVC3.aspx
Jeroen
Thanks for the links Jeroen. I helped me getting into the Dashboard. Now i only need a quick intro to the hole UserControl party :-)
is working on a reply...