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
f.cortes
NA
1
0
Complex DataBinding accepts as a data source either an IList or an IListSource
Aug 12 2004 3:50 PM
I try to extract information the following Bussines rule: public IDataReader GetLista() { string query = "SELECT nombre, telefono FROM Shen.BusLogic.Resume"; OqlCommand cmd = new OqlCommand(query); return cmd.ExecuteReader(); } and I try to used of this way: private void btnConsulta_Click(object sender, System.EventArgs e) { Resume consulta = new Resume(); dgLista.DataSource = consulta.GetLista(); } When appear the following message somebody can help me? : An unhandled exception of type 'System.Exception' occurred in system.windows.forms.dll Additional information: Complex DataBinding accepts as a data source either an IList or an IListSource. I appreciate your help, and excuse me for may english.
Reply
Answers (
0
)
Panel does not show at run-time on test machine
Changing Date formats in datagrid