In my page declaration line, I need to set this:
for my page to work, but VS keeps changing it to:
which gives me the error:
The base type 'localhost.lRollReorder' does not exist in the source file 'lRollReorder.aspx.vb'.
Also, I have experienced times where, switching from Design view to HTML view quickly, I lose some of my form, and if I save, well... you can imagine how frustrating it is to have half of a web form disappear, cause then, when you try to recreate it, you get messages like 'This id is already used...' or whatnot. VS, you are bugging me today.
Code:
Inherits="lRollReorder"
Code:
Inherits="localhost.lRollReorder"
The base type 'localhost.lRollReorder' does not exist in the source file 'lRollReorder.aspx.vb'.
Also, I have experienced times where, switching from Design view to HTML view quickly, I lose some of my form, and if I save, well... you can imagine how frustrating it is to have half of a web form disappear, cause then, when you try to recreate it, you get messages like 'This id is already used...' or whatnot. VS, you are bugging me today.