Code: Select all
Product (Parent Product)
Associated Sites
Actions
@for (int i = 0; i < Model.Count(); i++)
{
[url=Edit][b]@Model.ElementAt(i).Name[/b][/url]
@Html.ActionLink("Edit Product", "Edit", "Products")
@Html.ActionLink("Associate Site", "Associate", "Products")
}
Code: Select all
#products-table
{
width: 200px;
height: 400px;
overflow:scroll;
}
Mobile version