View Single Post
  #3 (permalink)  
Old 03-27-2008, 11:36 PM
kyoshiro kyoshiro is offline
VB.NET Forum Enthusiast
.NET Framework: .NET 2.0 (VS 2005)
 
Join Date: Jan 2008
Posts: 30
Reputation: 29
kyoshiro is on a distinguished programming path ahead
Default

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
Reply With Quote