I Need a working example of a cascading drop down list box written in **vb.net** for my ASP.Net MVC application. I tried converting three examples written in C# but can't seem to figure it out and I have given up.
The examples I have tried to convert are found [here][1] and [here][2].
This is my first .net application so I'm a newbie. The biggest problem I'm having is just don't understand the java script code in the views.
Thanks,
John
[1]: http://helios.ca/2009/05/30/aspnet-mvc-cascading-dropdownlist-with-jquery/
[2]: http://www.michaeljbaird.com/post/2009/04/13/ASPnet-MVC-and-JQuery-Cascading-Droplist.aspx I figured it out. In my view, I didn't match up my html select id with of the necessary string in the JavaScript...JavaScript is all Greek to me. Anyway, if anyone wants to see my solution go here... cid-8f76d4da14a1b98a.skydrive.live.com/self.aspx/.Public/MVC/…
以上就是Need a working example of a cascading drop down list written in vb.net的详细内容,更多请关注web前端其它相关文章!