views:

104

answers:

1

Hi Everyone,

I was wondering how do i know what scripts are required for what Ajaxtoolkit control? for instance i know for Datetime control these are requried in the following sequence as seen here

BaseScripts.js
Common.js
DateTime.js
Animations.js
PopupBehavior.js
AnimationBehavior.js
Threading.js
Timer.js
CalendarBehavior.js

A: 

For an ASP.NET MVC app, follow these directions.

Note, however, that the jQuery date picker is nicer.

Craig Stuntz
i already have the datepicker working but i need to know how to work with other controls. in the same way..
devforall