Reputation: 4084
From what I've read about ASP.NET MVC, it appears it requires posting to work, is there any working example (With source available) of a ASP.NET MVC website that has no postbacks with the help of Ajax?
(I checked the related questions earlier but couldn't find what I was looking for)
Thanks in advance.
edit: I need jQuery solutions not Atlas Toolkit stuff!
Upvotes: 0
Views: 212
Reputation: 532625
This is from Preview 4...
http://www.hanselman.com/blog/ASPNETMVCPreview4UsingAjaxAndAjaxForm.aspx
With jquery
Upvotes: 4