N
Nathan Sokalski
When using C# for a codebehind language, Design View displays the error
message "Error Creating Control - ctrl type ID property is not specified"
and does not allow you to select the control in Design View. Since it is not
required that an ID is specified (I know that it is needed in order to do
many things, but it is not required for a simple Label with a Text property
that doesn't change, for example), I find this very frustrating. VB.NET does
not display this error, so why is C# displaying it? Thanks.
message "Error Creating Control - ctrl type ID property is not specified"
and does not allow you to select the control in Design View. Since it is not
required that an ID is specified (I know that it is needed in order to do
many things, but it is not required for a simple Label with a Text property
that doesn't change, for example), I find this very frustrating. VB.NET does
not display this error, so why is C# displaying it? Thanks.