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