databinding a textbox to a string

F

Frans Bouma [C# MVP]

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

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top