ruudtoastie

Stories kicked by ruudtoastie

Howto use jQuery with asp.net mvc preview 4’s AjaxHelper(chrisvandesteeg.nl)

submitted by alleyalley(2840) 3 years, 10 months ago

Working on jQuery4mvc preview 4, one of the first things I ofcourse wanted to do was to replace the ASP.NET Ajax library that’s used by the AjaxHelper. Unfortunately the AjaxHelper itself is sealed, so atm we can’t (easily) change how the AjaxHelper generates its links. So what I did is create a javascript library that uses the same methodnames as the MicrosoftMvcAjax version. read more...

1 comment |category: |Views: 350

tags: another

Chris van de Steeg’s blog - » jQuery for Asp.net MVC preview 3(chrisvandesteeg.nl)

submitted by alleyalley(2840) 3 years, 11 months ago

So, quite some things have changed in preview 3, which made me decide to change a lot in the jQuery for Asp.net mvc (jqmvc) too. To start with most radical one: I ditched the ajax.master. This little ‘framework’ does not rely on a special masterpage in your website from now on. Since things have radically changed, I’ll start all over again on how to use this project. read more...

add a comment |category: |Views: 260

tags: another