I have three dropdown list each dependent on previous one.
How it is possible by using MicrosoftAjax & web services?
I also want selected value in Edit view.
I have seen tip41 of stephen walther.
But i have error on each view i.e.
<%= Html.DropDownList("--Select Make--", "Makes") %>
that CS1061: 'System.Web.Mvc.HtmlHelper' does not contain a definition for 'DropDownList' and no extension method 'DropDownList' accepting a first argument of type 'System.Web.Mvc.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)
So what would be reason? i am using MVC 1.0.