Kyle Rowe wrote:
> 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
--
------------------------------------------------------------------------
Get LLBLGen Pro, productive O/R mapping for .NET:
http://www.llblgen.com
My .NET blog:
http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------