Quote:
Originally Posted by kyoshiro
your problem seems simple, i guess you have only forgotten to create an instance of DataRow : drow = new datarow
unable to create an instance of an object will issue a nullreference exception
hope this would be helpful
|
It's not that at all.
You're trying to access a table that doesn't exist.
The dataset contains no tables.
Tables("Label") will give you a nullreference exception.