Storing DateTimePicker selection as date

Joined
Apr 16, 2009
Messages
4
Reaction score
0
I'm trying to develop a program that will allow a user to select a date using a DateTimePicker control, store that value as a date, supply that as part of a sql query and then return the value of that datetime selection with the additional query that was written. I have the sql query if anyone needs to see it, but right now I just want to know the best way to pass that date value to my sql server from the DateTimePicker.

Thank you

Doug
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top