ASP.NET MVC and Ajax
From what I've read about ASP.NET MVC it seems like it requires publishing to work, is there any working example (with an accessible source) of an ASP.NET MVC website that doesn't have postbacks using Ajax ?
(I've checked related questions before but couldn't find what I was looking for)
Thanks in advance.
edit: I want jQuery solutions, not Atlas Toolkit!
0
Tablet
source
to share
1 answer
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
+4
tvanfosson
source
to share