databinding a textbox to a string

  • Thread starter Thread starter Kyle Rowe
  • Start date Start date
Kyle said:
Hi,

Is there a way to databind a textbox to a string?

You can only setup databinding between a control's property and an
object's property (simple binding) or pass a collection to a DataSource
property of a complex bindable control (complex binding).

You can't setup binding between a string and a property.

Frans

--
 
Back
Top