DataRow Problem

rHasan

Active member
Joined
Jan 10, 2007
Messages
43
Programming Experience
3-5
Can anyone please tell me whats the problem with my DataRow ?

VB.NET:
dim objNewRow as DataRow = objDataSet.Tables("Color").NewRow()

It's telling me instance of the object is not set!

Thnx!!
 
so you think, but vb doesnt think it does.. if you want to argue with vb, go ahead, but I think you'll find you wont win..
 
Back
Top