i have to use datetime control in my asp.net application .can any one help me out.send me control

Recommended Answers

All 3 Replies

Welcome naresh_4785,
To create a date control.
1. Create .ascx page.
2. Add three DropDown controls (day,month, and year).
3. Write a public property which set or get values to/from dropdownlist controls.

why dont you use Calendarcontrol from the toolbox?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.