我正在使用 Microsoft Visual Studio 2010 版本 10.0.30319.1 RTMRel Microsoft .NET Framework 版本 4.0.30319 RTMRel
我下载了 AjaxControlToolkit.Binary.NET40。添加它们作为参考。
当我添加文本框时,使用日历扩展器进行扩展,最终代码如下:
当我按 F5 时,当我单击 textbox1 时,我看不到任何事情发生。请帮助...这很简单,但仍然不适合我.. :(
我已经用谷歌搜索了一段时间,但没有一个解决方案有帮助..请帮忙!我已经添加了程序集和 ScriptManager 但仍然无法正常工作
<asp:TextBox ID="TextBox1" runat="server" ></asp:TextBox>
<asp:CalendarExtender ID="TextBox1_CalendarExtender" runat="server"
Enabled="True" TargetControlID="TextBox1" Format="MMMM d, yyyy" >
</asp:CalendarExtender>