I reproduced it in a simple sample application that used the SF sample DB. If you need anything else let me know
Thanks
Paul
Would you like to try this code, instead of using the form load?
Protected Overrides Sub OnShown(ByVal e As System.EventArgs) MyBase.OnShown(e) Me.UserControl11.FillData() End Sub