just as we can bind the text property of a textbox to a column/field of a
table,
can we do the same for a custom property of a class to a field of a table.
To put it simply, i'd like to have a property cName in a class, which i'd
like to bind
to the Name field/column of a datatable. & when this value changes in the
data table,
i want the value in the cName property to change & automatically i want some
otherthings
to happeyn (basically i'd like to put in some code in the SET of the cName
property).
This is so that i can bind the cName property of my custom to a textbox &
not bind the actual data column to the textbox.
???
|