Click an underlined date

October 2007
SunMonTueWedThuFriSat
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910
Description
C#
VB
ASPX
JS

This demo illustrates how the ASPxCalendar's DayRender event can be used to conditionally change the manner of rendering calendar days within a single month. In this sample, a calendar represents information about notes scheduled on October. A list of October notes is stored within an xml file. Calendar days, which correspond to one or more associated notes, are represented as hyperlinks. A click on a hyperlink sends a callback to the server to obtain the corresponding note information. The obtained information is then displayed within a popup window.