|
hello all,
is there any way a control can be bound to a relation between two columns in a datasource
ie Label lb = new Label(); DataTable dt = new DataTable(); lb.Databindings.Add("Text", dt, "DOB"-"DateRegistered")
here "DOB" and "DateRegistered" are two columns in the datatable but i want the difference to be bound to the label.
is this possible.
thanks. |