<%@ Page Language=VB Debug=true %>
<%@ Reference Control="UserControlNoInterface.ascx" %>
Implementing a User Control on an ASP.NET Page
runat="server"
id="MyForm"
>
id="lblMessage"
runat="server"
/>
<%--UserControlNoInterface.ascx
<%@ Control className="UserControlNoInterface" %>
--%>