Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 19, 2009 06:20 PM by freeav8r
Member
2 Points
2 Posts
Feb 18, 2009 09:51 PM|LINK
Hi,
I found a link or two for this in the forum, but they appear to be broken. Are there any good walkthroughs for enabling AJAX with MVC?
MVC Ajax
63 Points
23 Posts
Feb 19, 2009 10:30 AM|LINK
It's probably best to go from example, depending on what you want to achieve.
Here are some links I have found useful:
http://stephenwalther.com/blog/archive/2008/03/14/using-asp-net-ajax-with-asp-net-mvc.aspx
Leveraging the client side script only version of AjaxControlToolkit:
http://stephenwalther.com/blog/archive/2008/08/23/asp-net-mvc-tip-36-create-a-popup-calendar-helper.aspx http://stephenwalther.com/blog/archive/2008/08/24/asp-net-mvc-tip-37-create-an-auto-complete-text-field.aspx
JQuery, which is now shipped with MVC works very well and is easy to get to grips with: http://haacked.com/archive/2008/07/29/super-simple-mvc-ajax-with-jquery-demo.aspx http://visualjquery.com/ -- very useful JQuery resource
Other examples:
http://stephenwalther.com/blog/archive/2008/10/08/asp-net-mvc-tip-45-use-client-view-data.aspx http://stephenwalther.com/blog/archive/2008/09/22/asp-net-mvc-application-building-forums-6-ajax.aspx
ASP.NET Ajax ajax toolkit ajax frameworks in mvc Ajax MVC ASP MVC jQuery asp.net mvc jquery "ASP.NET MVC"
37 Points
16 Posts
Feb 19, 2009 12:33 PM|LINK
The small thinks I've done using Ajax, I've learned hear:
Display AJAX Progress in ASP.NET MVC http://nayyeri.net/blog/display-ajax-progress-in-asp.net-mvc/ ASP.NET MVC Beta - Ajax http://blogger.forgottenskies.com/?p=234 (this one is the best) Ajax loading gif http://www.ajaxload.info/
Feb 19, 2009 06:20 PM|LINK
freeav8r
Member
2 Points
2 Posts
MVC and AJAX
Feb 18, 2009 09:51 PM|LINK
Hi,
I found a link or two for this in the forum, but they appear to be broken. Are there any good walkthroughs for enabling AJAX with MVC?
MVC Ajax
psyphi
Member
63 Points
23 Posts
Re: MVC and AJAX
Feb 19, 2009 10:30 AM|LINK
It's probably best to go from example, depending on what you want to achieve.
Here are some links I have found useful:
http://stephenwalther.com/blog/archive/2008/03/14/using-asp-net-ajax-with-asp-net-mvc.aspx
Leveraging the client side script only version of AjaxControlToolkit:
http://stephenwalther.com/blog/archive/2008/08/23/asp-net-mvc-tip-36-create-a-popup-calendar-helper.aspx
http://stephenwalther.com/blog/archive/2008/08/24/asp-net-mvc-tip-37-create-an-auto-complete-text-field.aspx
JQuery, which is now shipped with MVC works very well and is easy to get to grips with:
http://haacked.com/archive/2008/07/29/super-simple-mvc-ajax-with-jquery-demo.aspx
http://visualjquery.com/ -- very useful JQuery resource
Other examples:
http://stephenwalther.com/blog/archive/2008/10/08/asp-net-mvc-tip-45-use-client-view-data.aspx
http://stephenwalther.com/blog/archive/2008/09/22/asp-net-mvc-application-building-forums-6-ajax.aspx
ASP.NET Ajax ajax toolkit ajax frameworks in mvc Ajax MVC ASP MVC jQuery asp.net mvc jquery "ASP.NET MVC"
andrenascent...
Member
37 Points
16 Posts
Re: MVC and AJAX
Feb 19, 2009 12:33 PM|LINK
The small thinks I've done using Ajax, I've learned hear:
Display AJAX Progress in ASP.NET MVC
http://nayyeri.net/blog/display-ajax-progress-in-asp.net-mvc/
ASP.NET MVC Beta - Ajax
http://blogger.forgottenskies.com/?p=234 (this one is the best)
Ajax loading gif
http://www.ajaxload.info/
freeav8r
Member
2 Points
2 Posts
Re: MVC and AJAX
Feb 19, 2009 06:20 PM|LINK