Dear Friend,
I am facing problem with ASP.Net DataGrid.
I want to display words "Approved" if status field of a database contain value "A". Otherwise it will display CheckBox.
Below is a exmple of DataGrid.
------------------------------------------------------------
| Sr. No. | Product Name | Approved |
|-----------+-----------------------------+--------------|
| 1 | Product Name 1 | [ ] |
| | | |
| 2 | Product Name 3 | Approved |
| | | |
| 3 | Product Name 8 | Approved |
| | | |
| 4 | Product Name 4 | [ ] |
| | | |
| 5 | Product Name 2 | [ ] |
------------------------------------------------------------
In advance I am telling you thanks.


