Is it possible to Databind to an expression? I have a collection of classes
and one of the properties returns a boolean value. I'm trying to databind
to the "inverse" of the boolean value as such
TextBox1.DataBi ndings.Add("Rea dOnly",customer s,"IsActive") ;
I need to bind this to the Inverse of IsActive (!IsActive) and not IsActive
itself ... it this possible?
Thanx
Chike, London
and one of the properties returns a boolean value. I'm trying to databind
to the "inverse" of the boolean value as such
TextBox1.DataBi ndings.Add("Rea dOnly",customer s,"IsActive") ;
I need to bind this to the Inverse of IsActive (!IsActive) and not IsActive
itself ... it this possible?
Thanx
Chike, London
Comment