User control with no user interface (VB net)
<%@ Page Language=VB Debug=true %>
<%@ Reference Control="UserControlNoInterface.ascx" %>
Implementing a User Control on an ASP.NET Page
<%--UserControlNoInterface.ascx
<%@ Control className="UserControlNoInterface" %>
--%>