vote up 2 vote down star

Hi

ADO.NET Data Services looks very cool, and I would love to use it with a jQuery backed ajax website.

Do any of you great people here on StackOverflow know of a jQuery plugin that will ease the CRUD operations against an ADO.NET Data Service?

Regards, Egil.

UPDATE: It turns out that the ASP.NET AJAX 4.0 (currently in preview 4) has very nice support for ADO.NET Data Services, and it looks like it works pretty well with jQuery.

flag

3 Answers

vote up 1 vote down

The out of the box getJSON method of jQuery works just fine with ADO.NET Data Services. Just remember to set the content type correct as shown here

link|flag
vote up 0 vote down check

It turns out that the ASP.NET AJAX 4.0 (currently in preview 4) has very nice support for ADO.NET Data Services, and it looks like it works pretty well with jQuery.

link|flag
vote up 0 vote down

Also check this video it may help:

ADO.NET Data Services with ASP.NET AJAX Support

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.