all groups > asp.net webcontrols > september 2006 >
You're in the

asp.net webcontrols

group:

Equivalant to the DateTimePicker


Equivalant to the DateTimePicker Michael D. Ober
9/27/2006 12:18:26 PM
asp.net webcontrols: Is there a webcontrol that operates like the standard datetimepicker? It
appears to be a combobox but the dropdown is a calendar instead of a list.

Mike Ober.


Re: Equivalant to the DateTimePicker Gaurav Vaish (www.EduJiniOnline.com)
9/27/2006 10:33:47 PM
[quoted text, click to view]

How about using Javascript?
Try looking at Dojo's DatePicker control.

AFAIK, there's no DatePicker control in ASP.Net by default.
You may also want to look into dynamic-display for 'Calendar' control.


--
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------

Re: Equivalant to the DateTimePicker Gaurav Vaish (www.EduJiniOnline.com)
9/28/2006 12:00:00 AM
[quoted text, click to view]

Let me clarify before you ask yourself...

Put this control within a 'div' tag with 'visibility' as 'hidden' and
'display' as 'none' initially. When requested, the 'display' may be set to
'inline' or 'block' with 'visibility' as 'visible'.

The attributes are related to 'style'... check DHTML.


--
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://www.edujinionline.com
http://articles.edujinionline.com/webservices
-------------------

AddThis Social Bookmark Button