bollean in datagrid
hi guys,
we have an existing databse in sql2000
it has a field (received) which accepts datetime, accepts null
, i have a SP that extracts all (receievd) field that is null and
i want to display it in datagrid and represent it as check box
if i check any row , and clicking a button it will save back to databse and saves the curennt date/time into received fields
tnx
|