ASK DOT NET
asp.net c# sql 2008
Search This Blog
Friday, November 30, 2012
Calendar month change then print “your month change” in c#
Calendar month change then print “your month change”
protected
void
Calendar1_VisibleMonthChanged(
object
sender,
MonthChangedEventArgs
e)
{
Label1.Text =
"Your month change"
;
}
No comments :
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments ( Atom )
No comments :
Post a Comment