ASP.NET Calendar NextPrevFormat 屬性
ASP.NET Calendar NextPrevFormat 屬性

定義和用法
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 條件