|
-
Jun 4th, 2002, 07:26 PM
#1
Thread Starter
Addicted Member
Databinding on a ListView
I am trying to bind a column in my datatable into a column in the list view.
The code below:
ListView.DataBindings.Add("Columns(0).Text", tb_Areas, "Area")
Returns the error:
Can't bind to property 'Columns(0).Text' on target control.
I am not specifing the property to bind to correctly - how does one specify a column in the ListView.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|