TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ishan sardana
NA
1
0
Data Binding a label: Unable to create child list error
Mar 20 2009 1:50 PM
I am trying to bind a label to the dataset I have filled through a query. The code to create the data-binding is: lblDescript.DataBindings.Add("Text",myData,"Image_type.ImageDescription"); Here myData is the dataset I have filled in by executing a query, Image_type is one of the tables the query runs on and ImageDescription is a field in it. However when I run this, I am getting a "Unable to create child list for field or property ImageDescription" error. What am I doing wrong in the code?
Reply
Answers (
1
)
Jmesa like control in asp.net?
dataAdapter.Update problem