How to get a DateTimePicker accept and show empty date (emty string/space/null)?
- From: "Claes Wedin" <claes.wedin@xxxxxxxxx>
- Date: Wed, 28 Mar 2007 20:20:45 +0200
My customer needs a DateTimePicker in VS2005 C# that can show emty date
values (blank/space/null).
I need a control that:
1. Can show a blank value
2. Detete a date when hitting the delete and/or back key
3. Allowse the user to enter yyyy-MM-dd date format manually
4. When tabbed into the field behaves juast like a textbox
and of course dropdown the datepict -calender...
I cannot getthe standard control to do this so I searched on the net.
I have tried several of the solutions that I found bun none worked OK.
The best (TAS DateTimePicker:
http://www.codeproject.com/cs/miscctrl/extended_datetimepicker.asp?df=100&forumid=14186)
works exactly like I want, but it is not VS2005. So I migrate it and get no
errors, build it with errors but when I drag it to the form I get an errror
that the string is not in correct date format...
Anybody have a solution of any kind???
TIA
Claes
.
- Follow-Ups:
- Prev by Date: Re: downloading a single file using multiple threads
- Next by Date: Scrolling WebBroswer works, but not when it has proper DOCTYPE!
- Previous by thread: Re: Access web page without IEXPLORE.EXE
- Next by thread: Re: How to get a DateTimePicker accept and show empty date (emty string/space/null)?
- Index(es):
Relevant Pages
|
Loading