I have to implement two different design in the same page, so i have create two sections and the grid content, but its throws some errors "'Umbraco.Web.PublishedModels.Home' does not contain a definition for 'sections'"
I doesn't know what to do next level, i have shared the screen shot for each level, could you please check and let me know the solutions. Please do the needful.
How to add two section with content grid
Hi
I have to implement two different design in the same page, so i have create two sections and the grid content, but its throws some errors "'Umbraco.Web.PublishedModels.Home' does not contain a definition for 'sections'"
I doesn't know what to do next level, i have shared the screen shot for each level, could you please check and let me know the solutions. Please do the needful.
thanks
@Html.CachedPartial("Partials/Content/_SectionContent", Model, 3600)
@Html.CachedPartial("Partials/Content/_SectionContent2", Model, 3600)
This is was an error occured when developed two section using grid
Please do the needful.
Thanks Vennila M
Hello,
does it work if you put only one section?
is working on a reply...