本文介绍了弹出式压光机的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
用户需要根据特定月份查看特定数据.我使用了弹出式日历,但它允许用户选择日期.我只需要一个月零一年的压延机即可.
Users need to see certain data according to certain months. I used the pop-up calender but it allows the user to select a date. I just need a month and a year in the calender. How can i go about it?
推荐答案
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
<cc1:CalendarExtender ID="TextBox1_CalendarExtender" runat="server" OnClientHidden="onCalendarHidden" OnClientShown="onCalendarShown" BehaviorID="calendar1"
Enabled="True" TargetControlID="TextBox1">
</cc1:CalendarExtender>
function onCalendarShown() {
var cal =
这篇关于弹出式压光机的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!