W
Wayne J
I have 3 pages, each with 2 tables (tblNew and tblConfirm), because these 2
tables are affected by the same code, I thought if I used an inherited class
defining these variables along with the code, it would work.
It does, to a point, but everytime I hit "Save" I will see errors pile up
thanks to conflicting variable names.
On the code-behind for the pages, VS will fill in the variable names even
though I have already declared them in the inheritted class.
Doesn't VS traverse the inherited list or are these ignored and only used at
compilation?
tables are affected by the same code, I thought if I used an inherited class
defining these variables along with the code, it would work.
It does, to a point, but everytime I hit "Save" I will see errors pile up
thanks to conflicting variable names.
On the code-behind for the pages, VS will fill in the variable names even
though I have already declared them in the inheritted class.
Doesn't VS traverse the inherited list or are these ignored and only used at
compilation?