<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CustomUserControlExample1.aspx.cs" Inherits="UserControls.CustomUserControlExample1" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>Custom User Control Example</title>
</head>
<body bgcolor="#ffff99">
<h3>This example demonstrates the Custom User Controls (ASCX)
and dynamically loading them.</h3>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>