qt8gt0bxhw|20009F4EEE83|RyanMain|subtext_Content|Text|0xfbfff40000000000e000000001000800
I guess I don't need to do this frequent enough to remember this because I always seem to forget. To comment out a server control from your aspx page you cannot use <!-- and -->. Obviously, this is a server control, so you use server side comments:
<%-- <asp:Button runat=server id=button1></asp:Button> --%>