I want to display a single 'As Of' date at the top of an ASP Runner List Page.
The 'RunDate' column is is my database, and all records have the same date.
In previous projects, I was able to insert a row, above my columns and drag that field
to that row, and it would display. However, in this project, its not working.
The only thing that is displayed is "1RunDate_value".
I am using the London layout.
I can't understand why one project will let me do this, but not another.
Can you suggest another way to do this ?
(maybe a 'Select RunDate from DataTable Group by RunDate' stuffed into a variable ?? But how do I display it? )
Thanks.