Howdy I have your book Its great
Im stuck on the try it in chapter 11
I have C#2010 express running on win7 64Bit
I have set the page out in the same fashion as your example
The name properties I gave the NumericUpDown are quantity1 quantity2 and so on
when i go into the calculate button to put in the input values
[decimal quantity1 = quantity1NumericUpDown.Value]
I get the error
The name 'quantity1NumericUpDown' does not exist in the current context
Any suggestions on where im might be going wrong
I am sure I have named everything right and calling it as I have named it