Click here to Skip to main content
15,867,308 members
Articles / Web Development / IIS

Customised Calender web server Control

Rate me:
Please Sign up or sign in to vote.
1.29/5 (7 votes)
30 May 2009CPOL 48K   526   20   3
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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
Generalrequest Pin
huajingyinmeng12-Dec-08 18:04
huajingyinmeng12-Dec-08 18:04 
Generalnot good Pin
AnasHashki12-Apr-06 3:23
AnasHashki12-Apr-06 3:23 
QuestionRe: not good Pin
Naveen Karamchetti17-Apr-06 0:27
professionalNaveen Karamchetti17-Apr-06 0:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.