Torna al Thread

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default8.aspx.cs" Inherits="Default8" %> <%@ Register Src="UCwithLB.ascx" TagName="UCwithLB" TagPrefix="uc1" %> <!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>Pagina senza titolo</title> </head> <body> <form id="form1" runat="server"> <div> <asp:Button ID="btn1Link" runat="server" Text="Crea un link" OnClick="btn1Link_Click" /> <asp:Button ID="btn2Link" runat="server" Text="Crea due link" OnClick="btn2Link_Click" /> <asp:Button ID="btn3Link" runat="server" Text="Crea tre link" OnClick="btn3Link_Click" /> <asp:Button ID="btn4Link" runat="server" Text="Crea quattro link" OnClick="btn4Link_Click" /> </div> <div> <uc1:UCwithLB ID="UCwithLB1" runat="server" /> </div> </form> </body> </html>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5