LostProgrammer
Well-known member
- Joined
- Jan 17, 2003
- Messages
- 123
Here is my problem, I have a dataset with a datetime column in it. I create a form with a textbox, a datagrid and a button. When the button is pushed it populates the textbox with the first datetime in the dataset and the datagrid is populated from the dataset.
So what happens is the Textbox text changes to somthing like this:
11/23/02 10:53 AM
The datagrid column for the same data populates like this:
11/23/02
My question is how do I make my datagrid show the entire length of the time. I want it to show what the textbox shows. The purpose of this program is to verify login and logout times. As of right now the datagrid is worthless to me, I am really lost on this one. Can anyone throw me a line?
Thanks so much
LP
So what happens is the Textbox text changes to somthing like this:
11/23/02 10:53 AM
The datagrid column for the same data populates like this:
11/23/02
My question is how do I make my datagrid show the entire length of the time. I want it to show what the textbox shows. The purpose of this program is to verify login and logout times. As of right now the datagrid is worthless to me, I am really lost on this one. Can anyone throw me a line?
Thanks so much
LP