04.30.2012
MVC3: How to Make an AJAX Call and Render Partial
Let's quickly define AJAX: It stands for asynchronous JavaScript and XML and it allows your web application to send and receive data from the server asynchronously. This means that you can have the server perform some action and return the results without having to refresh the current page! T...
