There are variances in C# and
vb, and this case is no different.
In
vb, you must qualify the column you are referencing with .item so:
dr.item("Price")
You do NOT call a data colum object inside of datarow object.
"The one language all programmers understand is profanity."