I wonder, why do I have to include runat="server"
to server elements in ASP.NET when runat
only has one option and it is required for server elements. If not added it keeps telling me "missing a required attribute 'runat'".
Am I missing something here?