I'm creating an on the fly, in house website that's going to be used for a couple of days and then canned.
It would help so much if I could just use the Windows Form DateTimePicker object on my website!
I know that if I add a reference to System.Windows.Forms I can use MessageBox.Show and it works, is the same true for the DateTimePicker?
If I added a reference to System.Windows.Forms and then took the DateTimePicker designer code from my Windows form would this work?
Thanks