UserControl and datagridview
Gabriel <[email protected]> Wed, 18 Jul 2007 15:08:13 +0200
| Newsgroups | gmane.comp.windows.devel.dotnet.winforms |
|---|---|
| Message-ID | <[email protected]> |
Hello, In a project I use an SQLServer Express database (with some record in a table). With VS2005 IDE, I created a datasources. When I drag and drop a table from the "data sources" window a datagridview is created. Normal. When I do exactly the same thing on a UserControl, I see the Datagridview but no data and when I drop the user control on a form, I see the datagridview but no data. I can see the header columns but no data. Do you have an idea what I can do ? Regards,