ASP.NET Calendar NextPrevFormat 属性
ASP.NET Calendar NextPrevFormat 属性
Calendar 控件定义和用法
NextPrevFormat属性用于规定日历中下一月和上一月的链接的格式。
语法
<asp:Calendar NextPrevFormat="format" runat="server" />
属性 | 描述 |
---|---|
format | 规定日历中下一月和上一月的链接的格式。 可能的值:
|
实例
下面的实例显示了 NextPrevFormat 被设置为 "ShortMonth" 的日历:
<form runat="server">
<asp:Calendar id="cal1" runat="server" NextPrevFormat="ShortMonth" />
</form>
<asp:Calendar id="cal1" runat="server" NextPrevFormat="ShortMonth" />
</form>
演示实例 »
相关文章
- ASP.NET Web Pages 文件
- ASP.NET Web Pages WebGrid
- ASP.NET Web Pages WebMail 参考手册
- ASP.NET Razor C# 循环和数组
- ASP.NET Razor C# 逻辑
- ASP.NET MVC Web 应用程序
- ASP.NET MVC HTML 帮助器
- ASP.NET Web Forms 教程
- ASP.NET DataList 控件
- ASP.NET AdRotator 控件
- ASP.NET Image 控件
- ASP.NET PlaceHolder 控件
- WebSecurity RequireRoles 方法
- HTML Image 2
- HTML InputRadiobutton
- ASP.NET HTML 控件 Button 2
- ASP.NET HTML 控件 linkbutton
- ASP.NET HTML 控件 ArrayList RadioButtonList
- ASP.NET HTML 控件 数据库链接 - 绑定一个 DataList 控件
- C# 实例 If Else 条件