Tuesday, December 11, 2007

How to bind data to your control item

How to bind data to your control item

Step 1

To bind your control item, for example TextBox, you need to create a TextBox. Then under its DataBinding properties, set the Text to a DataSet properties called name.

This will create a direct binding between these items.

No comments: