Problem populating DataGrid

jberger

Member
Joined
May 10, 2007
Messages
11
Location
Illinois
Programming Experience
Beginner
I am working on a program that another programmer wrote. He used a ListBox to display contents of a table. The records in the table grew too big. Now the program locks up while the ListBox populates. I'm replacing it with a DataGrid. I can get the field names to show up, but I can't get the records to populate. Any help would be grateful.
 
Back
Top