Friday, 1 April 2011

ASP.NET-Display information when a certain date is selected





VB

'Declaration

_
Public Class Calendar
Inherits WebControl
Implements IPostBackEventHandler
'Usage

Dim instance As Calendar





C#

[ControlValuePropertyAttribute("SelectedDate", typeof(DateTime), "1/1/0001")]
public class Calendar : WebControl, IPostBackEventHandler

No comments:

Post a Comment