This is a mirror of official site: http://jasper-net.blogspot.com/

mvc project awesome

| Sunday, October 10, 2010
Project Description
this project demonstrates an awesome way of doing asp.net mvc,
it also has a great collection of helpers ( some of them render partial views from shared ). These helpers can be easily pulled out of the solution into your solution.
The download contains a readme.txt where it is explained how to pull them out.

Live link: http://mrgsp.md:8080/awesome
stuff included in this project:

Popup form

The PopupForm generates jQuery script for showing a form in a popup. In the Action used with the PopupForm if you have to return Content("ok") on success. You can also return View(model) (usually when !ModelState.IsValid) and the popup form is going to refresh the content of the popup with the html that came from the server.

Read more: Codeplex

Posted via email from .NET Info

0 comments: