J
James Goodman
I have a stored procedure which is the datasource for my grid. This is
called daTaskHistory. It contains a UNION select statement, returning
current & historical data. A column, [CurrentR] will be 1 for the current
record, & 0 for historical records.
I want to highlight the current record within my grid. I have seen existing
samples, such as
(http://www.dotnetjunkies.com/HowTo/CD157079-5F60-4031-8BFB-9F8C7478D586.dcik),
but I need to read a specific value from my sp, not a user entered value.
Furthermore, the column [CurrenR] is not actually part of the grid, although
it is part of daTaskHistory.
Any suggestions?
called daTaskHistory. It contains a UNION select statement, returning
current & historical data. A column, [CurrentR] will be 1 for the current
record, & 0 for historical records.
I want to highlight the current record within my grid. I have seen existing
samples, such as
(http://www.dotnetjunkies.com/HowTo/CD157079-5F60-4031-8BFB-9F8C7478D586.dcik),
but I need to read a specific value from my sp, not a user entered value.
Furthermore, the column [CurrenR] is not actually part of the grid, although
it is part of daTaskHistory.
Any suggestions?