Torna al Thread

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="About.aspx.cs" Inherits="About" %> <%@ Register Src="WebComponents/CustomControl.ascx" TagName="CustomControl" TagPrefix="uc2" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>About</title> </head> <body> <form id="form1" runat="server"> <uc2:CustomControl ID="CustomControl1" runat="server"> <BodyComponents> <asp:TextBox runat="server" ID="Text1" Text="TESTO" /> </BodyComponents> </uc2:CustomControl> </form> </body> </html>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5