在Ajax Control Toolkit控件包中,发现CalendarExtender日历控件,只要把控件拖入就能够使TextBox弹出日期选择。

可显示的都是英文。

解决方案:

在<asp:ScriptManager>控件里设置两个属性,如:<asp:ScriptManager EnableScriptGlobalization=true  EnableScriptLocalization=true/>

CalendarExtender日历控件就显示中文了。

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-21
  • 2021-08-22
  • 2021-11-21
猜你喜欢
  • 2021-05-31
  • 2022-02-17
  • 2021-06-21
  • 2022-02-08
  • 2022-12-23
  • 2021-07-29
  • 2021-08-13
相关资源
相似解决方案