Hi Everybody,
I try to make an cascading dropdownlist of Projects and Activities:
U select in the frist dropdownlist an project and then in the second dropdownlist the assocaited activity.
For the view I have:
[code]
@model ManyToMany.Models.Hour
@{
ViewBag.Title = "Create";
}
Create
@using (Html.BeginForm())
{
@Html.ValidationSummary(true)
Replies
Know the answer? Post it — somebody with the same question will find it here.