ajaxcalendar控件无法在asp.net中运行 [英] ajaxcalendar control not working in asp.net

查看:93
本文介绍了ajaxcalendar控件无法在asp.net中运行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我创建了一个母版页,我正在使用ajax日历控件来表示日期。我在日期文本框中添加了ajax日历控件。但是当我运行它时,日历没有显示。当我点击文本框时,它没有显示日历。问题是什么?请帮忙。



这是我的代码 -



I have created a master page and i am using ajax calendar control for date. I have added ajax calendar control to date textbox. But when I run this, the calendar is not showing. When I click on the text box it is not showing the calendar. What is the problem? Please help.

Here is my code-

<td class="auto-style2"><asp:TextBox ID="txtdob" runat="server" Width="161px" CausesValidation="True" Height="19px">
    <asp:ScriptManager ID="ScriptManager1" runat="server" > 
    <cc1:CalendarExtender ID="txtdob_CalendarExtender"  runat="server" Enabled="True" TargetControlID="txtdob" Format="mm/dd/yyyy" >
    
</td>

推荐答案

<aj:toolkitscriptmanager id="ToolkitScriptManager1"  runat="server" ></aj:toolkitscriptmanager>


这篇关于ajaxcalendar控件无法在asp.net中运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆