iduz

Stories kicked by iduz

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

jQuery for ASP.NET MVC preview 2(chrisvandesteeg.nl)

submitted by alleyalley(2840) 4 years, 2 months ago

Updated jQueryMvc project so that it works with ASP.NET MVC preview 2. read more...

add a comment |category: |Views: 20

tags: another