1: 2: 3: 4: 5: 6: 7: 8: 9:
// Example.ascx (C#) <%@ Control Language="C#" CodeBehind="Example.ascx.cs" Inherits="MyNamespace.Example" %> // Example.ascx.cs namespace MyNamespace { public partial class Example : System.Web.UI.UserControl { ...