asp.net.ph

Calendar.NextMonthText Property

System.Web.UI.WebControls Namespace   Calendar Class


Sets or retrieves the text shown for the next month navigation hyperlink if the ShowNextPrevMonth property is set to true.

[ VB ]
Public Property NextMonthText As String

[ C# ]
public string NextMonthText {get; set;}

[ C++ ]
public: __property String* get_NextMonthText ( );
public: __property void set_NextMonthText ( String* );

[ JScript ]
public function get NextMonthText ( ) : String;
public function set NextMonthText ( String );

Property Value

The caption text for the next month navigation hyperlink. The default value is '>'.

Remarks

Need to determine the relationship between this, NextPrevFormat, ShowTitle, ShowNextPrevMonth, etc.

Example

The following example demonstrates how to set the NextMonthText property to the '>' character.

<asp:Calendar id = "myCalendar" runat = "server"
   NextMonthText='>'/>
See Also

Calendar Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph