In VS 2005 many of my datarow statements result in the following exception:
"Variable (DataRow) is used before it is assigned a value. A null reference exception could result at runtime."
Is there a way to "Dim drows() as DataRow = Something" to prevent that exception? What is that Something?
"Variable (DataRow) is used before it is assigned a value. A null reference exception could result at runtime."
Is there a way to "Dim drows() as DataRow = Something" to prevent that exception? What is that Something?