views:

156

answers:

1

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!

+4  A: 

This is from Preview 4...

http://www.hanselman.com/blog/ASPNETMVCPreview4UsingAjaxAndAjaxForm.aspx

With jquery

http://weblogs.asp.net/mikebosch/archive/2008/02/15/asp-net-mvc-submitting-ajax-form-with-jquery.aspx

tvanfosson
Hey thanks for your response, I'm sorry I didn't mention I was looking for jQuery stuff, not the atlas toolkit
Shahin
Thanks for your second link!
Shahin
Atlas is so 2006. It is now ASP.NET Ajax :)
korchev