Hello all,
I getting this error "Object reference not set to an instance of an object." when I hit the next button on my form all code is below Visual Studio 2008 express, sql express. controls are bound to a data set. The form loads and the first record is displayed but there are two issues...
Trying to figure out why my data grid is not being filled with the following code.I am using visual studio express 2008 and the sqlserver express that comes with it.
Public Class Form1
Dim VendorsTableAdapter As New DataSet1TableAdapters.vendorsTableAdapter()
Dim DataSet1 As New...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.