我如何知道ASP.Net MVC中Ajaxtoolkit控件需要哪些脚本

时间:2022-07-07 04:17:13

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

我想知道我怎么知道Ajaxtoolkit控制什么脚本需要什么?例如我知道对于Datetime控件,这些按照以下顺序需要,如下所示

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

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

1 个解决方案

#1


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

对于ASP.NET MVC应用程序,请按照以下说明操作。

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

但请注意,jQuery日期选择器更好。

#1


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

对于ASP.NET MVC应用程序,请按照以下说明操作。

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

但请注意,jQuery日期选择器更好。