Home All Groups Group Topic Archive Search About
Author
28 Aug 2006 11:52 AM
יוני גולדברג
Hi,
I have gridview which is bound to some data source.
In some of the source fields, i want to show value
which is based on some condition:
For example if the value of the field is nullable.isnull then
present empty string, otherwise display nullable.value.

What is the syntax for conditional expressions in databinding?
Thanks.