R
Robert
I have a SQLConnection object, DataAdapter, and Dataset on my form. I am
able to connect to the SQL 2000 server and retrieve data into my dataset.
When I bind a textbox to a dataset column which contains a date, I see both
the date and time displayed in the box. How can I only display just the date
in the textbox and remove the time piece?
Thanks!
able to connect to the SQL 2000 server and retrieve data into my dataset.
When I bind a textbox to a dataset column which contains a date, I see both
the date and time displayed in the box. How can I only display just the date
in the textbox and remove the time piece?
Thanks!