alexanderar / Mvc.CascadeDropDown

MIT License
26 stars 12 forks source link

does not have a parameter named 'actionParam' #12

Closed jiecerbo closed 7 years ago

jiecerbo commented 7 years ago

I'm getting the following error:

The best overload for 'CascadingDropDownListFor' does not have a parameter named 'actionParam'

alexanderar commented 7 years ago

Could you please post your code

alexanderar commented 7 years ago

OK, I found the issue. You probably were looking at the example on the README.md. Use 'ajaxActionParamName' instead. I modified README.md to match updated signature

alexanderar commented 7 years ago

Feel free to give this library a star if you find it useful.

jiecerbo commented 7 years ago

Yes. that solved the issue. Thanks a lot!