Question Binding data from Database to Combo Box

suryatiakz

Member
Joined
Oct 2, 2010
Messages
7
Programming Experience
Beginner
i try to bind database to combo box but having (Object reference not set to an instance of an object) error during the running.
 

Attachments

  • my system.jpg
    my system.jpg
    253.9 KB · Views: 34
There's no table named "I/C Number". In the code I can see that's a DataTableColumn. In fact ds is an empty DataSet as you just created it on the line before the error.
 
Back
Top