Tag: cascading drop down list

  • Jquery Ajax Request and MVC detailed

    I have made a post about how to configure the MVC with Razor,Partial View and returning JSON.  It does not need a database – that also because it should be simple to download and see the mechanism. The sample demonstrates: Cascading dropdown ( see the button Populate from action and Cascading drop down) Populating a table from a Partial View(see the…

  • Asp.NET MVC,Jquery and Razor – Cascading dropdown,retrieving partial views,Json send objects,handling errors

    There are many blogs and other posts on using jQuery with MVC. You can find individual posts on: ·         How to send objects to an action method via JavaScript. ·         How to retrieve partial views. ·         How to handle errors. I have written a sample showing how to do all of these together. The sample…