Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Customised Calender web server Control

0.00/5 (No votes)
30 May 2009 1  
This Customised Calender web server Control developed in .Net version 1.1

Sample Image - calender.jpg

Introduction

This Customised Calender web server Control developed in .Net version 1.1. this can be easily Added to toolbox below other web controls . drag & drop the control on web page like normal web server controls. user can set many look properties of control.

Calendar power at your finger tips Compared to other scripting languages—in which you have to manually create a calendar, perform date calculations, and assign events—This Calendar control comes as a welcome breath of fresh air. If you have a site that requires date input from users, the Calendar control provides an easy way to create a graphical date selection tool, thus improving the user experience and reducing erroneous input.

Calender Default Event:

Private Sub Hitcalender1_hdateselected(ByVal sender As System.Object, ByVal day As Integer, ByVal month As Integer, ByVal year As Long, ByVal caldate As Date, ByVal e As System.EventArgs) Handles Hitcalender1.hdateselected

TextBox1.Text = caldate.ToShortDateString

End Sub

Event hdateselected returns sender, day,month,year,date

as output when postback is fired

Please Give the feedback on the Email : hitesh_techno@rediffmail.com

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here