ASP.NET MVC 4 - Dynamic page layouts with widget zones -
i building asp.net mvc 4 dashboard site.i trying come design requirement. site going 3 colum layout. left column vertical navigation menu. centre , right columns contain widgets. same wiget can appear either in centre zone or right zone. requirement change 3 column layout 2 column or other layout minimal interference in future. widget system many different widgets displayed user based on roles , these widgets can placed in position/zone. suggestions on how start great.
none of requires doing special in asp.net mvc, more getting right layout in html & css . suggest work on getting template html , css working first. there plenty of places on web find 3 column templates started.
once have html & css sorted, find asp.net mvc flexible enough work whatever layout come with. find "child actions" best way handle widgets.
Comments
Post a Comment