VB\Pagelet6.aspx Font Size:
C# Source: CS\Pagelet6.aspx   CS\Pagelet6.ascx   
VB Source: VB\Pagelet6.aspx   VB\Pagelet6.ascx   
JScript Source: JS\Pagelet6.aspx   JS\Pagelet6.ascx   
VS.NET: Pagelets.csproj   Pagelets.vbproj   

<%@ Register TagPrefix="Acme" TagName="BookList" Src="pagelet6.ascx" %>

<html>
<body style="font: 10pt verdana">

  <h3>A User Control w/ an Event</h3>

  <form runat="server">

    <Acme:BookList runat="server"/>

  </form>

</body>
</html>