Torna al Thread

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="ml.aspx.cs" Inherits="odceccatanzaro.it.ml" %> <!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></title> <link href="odcec.css" rel="stylesheet" type="text/css" /> </head> <body style="background-color:White; background-image:none"> <form id="form1" runat="server"> <div class="riquadro"> <div class="riquadro_img"><img alt="" src="img/btn_mailing.png" style="width: 200px; height: 36px" /></div><br /> <asp:TextBox ID="TextBox1" runat="server">Nome</asp:TextBox> <br /> <asp:TextBox ID="TextBox2" runat="server">e-mail</asp:TextBox> <br /> <asp:RadioButtonList ID="RadioButtonList1" runat="server" RepeatColumns="2" Width="181px"> <asp:ListItem>Iscriviti</asp:ListItem> <asp:ListItem>Cancellati</asp:ListItem> </asp:RadioButtonList> <asp:Button ID="Button1" runat="server" Text="Invia richiesta" onclick="Button1_Click" /> <br /> <asp:Label ID="verifica_ml" runat="server"></asp:Label> <br /> <br /> </div> </form> </body> </html>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5