VWD Express 2008 Date Picker Control

  • Thread starter Thread starter Mark B
  • Start date Start date
Hi Mark,

There was no dateTimePicker control in the web, its a part of windows
application control. however, you can try some third party control like
C1WebDateEdit from componentone or can create your own custom control using
the combination of dropdowncontrol, textbox and calendar control.

Regards,
Manish
www.componentone.com
 
Hi Mark,

As Munna suggested, there is one date picker control in the ASP.NET ajax
control toolkit. You can download the toolkit and use that control. For
pure ASP.NETT standard ones, yo ucan have a look those customized date
pickers from community:

http://www.vbdotnetheaven.com/UploadFile/liammclennan/Datepickercontrol12052
006234149PM/Datepickercontrol.aspx

http://www.codeproject.com/KB/aspnet/Datepickercontrol.aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
 
Back
Top