Hi Simple Samples, Thank you for your feedback. I can reproduce the issue on my side too. Once I use that usercontrol on my form, it won't show any data in DataGridView. To resolve the issue, I added this.testTableAdapter.Fill(dsTest.test); to the usercontrol's constructor, then it can show the data correctly when form load. I suggest you can post the issue to the Microsoft Connect, so that you can get email feedback to track it. Sincerely, Kira Qian
Please mark the replies as answers if they help and unmark if they don't.- Marked As Answer bySimple Samples Wednesday, August 12, 2009 4:31 AM
-
|