Thread
:
System.NullReferenceException error!
View Single Post
#
3
(
permalink
)
03-27-2008, 11:36 PM
kyoshiro
VB.NET Forum Enthusiast
.NET Framework: .NET 2.0 (VS 2005)
Join Date: Jan 2008
Posts: 30
Reputation:
29
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
kyoshiro
View Public Profile
Send a private message to kyoshiro
Find all posts by kyoshiro