I'm trying to do a ORDER BY on a date field in my datagrid but it's not working. I put the ORDER BY code in my command text query which is auto generated when you use the oleDbDataAdapter wizard. Is there another way to do a ORDER BY?
thanks,
eye
Printable View
I'm trying to do a ORDER BY on a date field in my datagrid but it's not working. I put the ORDER BY code in my command text query which is auto generated when you use the oleDbDataAdapter wizard. Is there another way to do a ORDER BY?
thanks,
eye
Without seeing your project it's hard to see where this might be going wrong, however my suggestion is to try and avoid using wizards and code everthing instead, it's easier in the long run.
yeah, I'm starting to see that. This is my first ASP.NET app and it just seemed so much easier to use the wizard!
hey, it's working now. I just cleaned out the cache and everything updated...thanks