MVC + AJAX

  • Thread starter Thread starter Nikolay Podkolzin
  • Start date Start date
N

Nikolay Podkolzin

Good noon, community. I've a one simple question.

How cound I make MVC work with AJAX?

I don't mean things like that: www.codeplex.com/ajaxmvc

Maybe it might be does in way how it was in asp.net with AJAX toolkit?

Thanks!
 
The MVC framework has an AjaxResult type. Trying investigating that.



--
Pete
=========================================
I use Enterprise Core Objects (Domain driven design)
http://www.capableobjects.com/
=========================================
 
There is a blog entry on using ASP.NET AJAX:
http://www.nikhilk.net/Ajax-MVC.aspx

This is Nikhil Kothari's blog, and I think he is the one who started the
CodePlex project, although I cannot check right now, as codeplex is puking.

I am not sure what is in Preview3, as I am still getting my sea legs on it,
but the best way, thus far, has been to use JQuery. It is not a drag and
drop framework, ala ASP.NET AJAX, so you will have some work. On the plus
side, it is unlikely to change from here to RTM, as it is not MS controlled.
:-)

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

Subscribe to my blog
http://gregorybeamer.spaces.live.com/lists/feed.rss

or just read it:
http://gregorybeamer.spaces.live.com/

********************************************
| Think outside the box! |
********************************************
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top