Hi I am still kinda new to asp.net and what it can do. I am looking to use a few strongly typed partial views on one main homepage. I am not sure how to do this with a repository and Irepository.
I have only done this up to now and keep getting an error when I try to load the page.
<%Html.RenderPartial("~/Views/Shared/Partial.ascx", Model);%>
Would I have to use viewData to pass information to the view?? any help would be grateful, along with any examples. Can anybody please help regards