January 2013
Beginner to intermediate
756 pages
19h 59m
English
![]()
In this chapter, we are going to complete our coverage of the MVC Framework helper methods by showing you those methods, which are able to generate URLs, links, and Ajax-enabled elements. Ajax is a key feature of any rich Web application and the MVC Framework includes some useful features that are based on the jQuery library. We’ll show you how this works and demonstrate how you can use it to create Ajax-enabled forms and links.
Note You will need to clear the browser history as you go from one example in ...