I would recommend that you start using jQuery (for ex, for AJAX etc) as it is now bundled with MVC and Microsoft has officially stated its support for it.
Also, jQuery has the benefit of a tested library that has browser agnostic features. Take a look at it. Hope you will find it useful.
Please "Mark As Answered" if it helped you.
Thanks.
Marked as answer by Michielvv on Dec 16, 2010 07:29 AM
sachingusain
Star
8786 Points
1702 Posts
Re: MVC2 delete action IIS6
Dec 15, 2010 07:29 PM|LINK
Michielvv,
I would recommend that you start using jQuery (for ex, for AJAX etc) as it is now bundled with MVC and Microsoft has officially stated its support for it.
Also, jQuery has the benefit of a tested library that has browser agnostic features. Take a look at it. Hope you will find it useful.
Thanks.
Michielvv
Member
1 Points
9 Posts
Re: MVC2 delete action IIS6
Dec 16, 2010 07:29 AM|LINK
I changed the delete's to a $.get, this works.