Simplest user control (VB net)
<%@ Page Language="VB" %>
<%@ Register TagPrefix="MyTag" TagName="SimpleControl" Src="SimpleUserControl.ascx" %>
Simple User control Example
<%--SimpleUserControl.ascx
<%@ Control Language="vb" %>
Hello, I'm a user control,
--%>