How do I select a column with the latest "datetime" data type, in Visual Web Developer 2008, ASP.NET 3.5 ?
In the config data source dialog my WHERE options are greater than cookie, control, etc... but I would like to select where the datetime is the latest in the table.
(Select row from table where datetime is last updated....)
Thank You.
EDIT -
This will be for a specific user in the table, i.e.
Select row in table from specific current userid WHERE the row was his latest updated entry.