In my gridview, I have a template column whose 'visible property' I
wish to bind to a database field called "TransactionType" which is of a
string datatype.
I only want the data in this gridview column to be visible when the
"TransactionType" field = "Income"
i.e. I want to do something like this for the visible property:
IF Eval("TransactionType") = "Income"
But I don't know the syntax.
Can anyone help? Thank you.
Steve - 30 Sep 2006 09:00 GMT
Ok i figured it out, I just take the if away!
Thank you.
> In my gridview, I have a template column whose 'visible property' I
> wish to bind to a database field called "TransactionType" which is of a
[quoted text clipped - 10 lines]
>
> Can anyone help? Thank you.