views:

14

answers:

1

How can I call an action in ASP.NET MVC 2 with MS Ajax when I don`t want to use jQuery?

A: 

Why don't you want to use jquery? You can always role your own with XMLHttpRequest http://www.w3.org/TR/XMLHttpRequest/ but I think jQuery makes it so much easier.

Jeff T