Home All Groups Group Topic Archive Search About
Author
4 May 2006 1:28 PM
kpg
Is there a DTPicker-like webcontrol somewhere?

thx

Author
4 May 2006 1:31 PM
kpg
I really should look before I post here :)


http://www.codeproject.com/aspnet/DateTimePicker.asp
Author
4 May 2006 5:17 PM
yoga weazel
Don't know if you're looking for something to provide a true DateTime picker
value but the control you link to is a DateTime picker but does not allow you
to pick the time value.

Show quoteHide quote
"kpg" wrote:

> I really should look before I post here :)
>
>
> http://www.codeproject.com/aspnet/DateTimePicker.asp
>
Author
5 May 2006 3:45 PM
ahab73
On Sourceforge i've found this:
https://sourceforge.net/project/showfiles.php?group_id=165643
Author
5 May 2006 4:02 PM
kpg
As aha***@gmail.com once said in
microsoft.public.dotnet.framework.aspnet.webcontrols

> https://sourceforge.net/project/showfiles.php?group_id=165643

Thanks.

Actually I just added am invisible Calendar control and a button
to make it visible.  Works fine for what I needed.