I have gridview column 'Assignment Result' which is bound to data column status. How to get the gridview to display 'Untouched' when the bound data column value is 'Fresh'.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You could write a helper method:
and then inside your data bound column use it:
|
|||
|
|