frenchie
frenchie

Reputation: 51927

calendar control: MS Ajax vs. jQuery

I need to put a calendar control on an aspx page. I can choose among the multiple jQuery plug-ins or use the calendar control that comes with the Ajax Control Toolkit.

What's going to be easier/faster/better?

Thanks.

Upvotes: 2

Views: 462

Answers (2)

Alexander Beletsky
Alexander Beletsky

Reputation: 19821

It is better to stick to jQuery, as for me.. Ajax Control Toolkit based upon ASP.net AJAX Framework, which is a slowly dying. Microsoft contribute and support jQuery now :)

Upvotes: 1

Victor Haydin
Victor Haydin

Reputation: 3548

From my experience Ajax Control Toolkit is better for ASP.Net WebForms and jQuery is better for MVC projects. Best way is use one approach and do not mix them in one solution.

Upvotes: 1

Related Questions