I am using C# and ASP.NET 1.1. I have the following datagrid and need to change the DataFormatString based on the Metric value.
current grid:
would like to have the following:
This information is coming from a sql database. Is this possible.
Thank you in advance!
Note: I am unable to upgrade to any more recent versions of the .net framework due to restrictions that are out of my control, so any suggestions regarding this would not be very helpful.
current grid:
would like to have the following:
This information is coming from a sql database. Is this possible.
Thank you in advance!
Note: I am unable to upgrade to any more recent versions of the .net framework due to restrictions that are out of my control, so any suggestions regarding this would not be very helpful.