I did a quick search on SO for this and didn’t come up with anything.
Doesn’t
<%-- The following line works around an ASP.NET compiler warning --%>
<%: ""%>
seem like a bit of a hack?
what’s the point of this, and is the MS Dev Team doing anything to work towards a resolve?
There is a writeup in the ASP.NET forums about this. Without that line, you might get compiler warnings that look something like “__o is not declared”. This work around prevents those from ever appearing.
From the asp.net forums…
ASP.NET Forums