Reputation: 51927
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
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
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