Answer: The
Caption property of Calender control is used to get or set a text that is shown as a Text for the calendar.It's same as label text.
For Example:-
<asp:Calendar id="calDate" runat="server" Caption="Simple Example of Calender control" BorderWidth="2px" />
Asked In: Many Interviews |
Alert Moderator