S
Steve
As you know there is a databindings property 'Enabled' for fields in
the gridview.
In the custom binding section I have used the expression:
Eval("myfield"). 'myfield' is a boolean field I have in my database.
This (obviously) leads to all 'False' fields being disabled and 'True'
ones being enabled.
What expression can I used instead of Eval("myfield") for the 'Enabled'
databindings property to make all 'True' values disabled and all
'False' values enabled?
the gridview.
In the custom binding section I have used the expression:
Eval("myfield"). 'myfield' is a boolean field I have in my database.
This (obviously) leads to all 'False' fields being disabled and 'True'
ones being enabled.
What expression can I used instead of Eval("myfield") for the 'Enabled'
databindings property to make all 'True' values disabled and all
'False' values enabled?