W
WJ
I have a form that had a text control. When I deleted the control using the
Design surface, it was deleted but the text behind was not. Somewhere in the
code behind, I referenced the TextControl, because this line of code failed
to be removed by the designer (protected System.Web.UI.WebControls.TextBox
txtMyName"), the compiler passed! At runtime, an access violation occurred.
John
Design surface, it was deleted but the text behind was not. Somewhere in the
code behind, I referenced the TextControl, because this line of code failed
to be removed by the designer (protected System.Web.UI.WebControls.TextBox
txtMyName"), the compiler passed! At runtime, an access violation occurred.
John