Torna al Thread

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="prova.aspx.vb" Inherits="prova" %> <!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> </head> <body> <form id="form1" runat="server"> <asp:ScriptManager ID="scrptMngr" runat="server" /> <div> <asp:UpdatePanel ID="UpdRd" runat="server"> <ContentTemplate> <table> <tr> <td> <asp:RadioButton ID="riduzione" AutoPostBack="true" runat="server" OnCheckedChanged="riduzione_CheckedChanged" /></p> <asp:Panel ID="Pnl1" runat="server" Enabled="false" > <p align="left">Medico Chirurgo:<br /> <asp:DropDownList ID="socio" runat="server"> <asp:ListItem Text="[se socio, specificare]"></asp:ListItem> <asp:ListItem Text="The Italian Stroke Forum" Value="ISF"></asp:ListItem> <asp:ListItem Text="SIN" Value="SIN"></asp:ListItem> <asp:ListItem Text="SINV" Value="SINV"></asp:ListItem> <asp:ListItem Text="SIPIC" Value="SIPIC"></asp:ListItem> <asp:ListItem Text="SICVE" Value="SICVE"></asp:ListItem> <asp:ListItem Text="Associazione Italiana ICTUS" Value="ICAMM"></asp:ListItem> <asp:ListItem Text="Associazione ALT" Value="ALT"></asp:ListItem> <asp:ListItem Text="Associazione Alice" Value="ALICE"></asp:ListItem> </asp:DropDownList> </p> </asp:Panel> </td> </tr> <tr> <td valign="top"><p align="left"> <asp:RadioButton ID="riduzione2" AutoPostBack="true" runat="server" OnCheckedChanged="riduzione2_CheckedChanged" /></p> </td> <td> <asp:Panel ID="Pnl2" runat="server" Enabled="false" > <p align="left">altre categorie accreditate<br /> <asp:DropDownList ID="cat" runat="server"> <asp:ListItem Text="[specificare]" Value="0"></asp:ListItem> <asp:ListItem Text="Infermiere" Value="Infermiere"></asp:ListItem> <asp:ListItem Text="Fisioterapista" Value="Fisioterapista"></asp:ListItem> </asp:DropDownList> <asp:DropDownList ID="socio2" runat="server"> <asp:ListItem Text="[se socio, specificare]" Value="0></asp:ListItem> <asp:ListItem Text="The Italian Stroke Forum" Value="ISF"></asp:ListItem> <asp:ListItem Text="SIN" Value="SIN"></asp:ListItem> <asp:ListItem Text="SINV" Value="SINV"></asp:ListItem> <asp:ListItem Text="SIPIC" Value="SIPIC"></asp:ListItem> <asp:ListItem Text="SICVE" Value="SICVE"></asp:ListItem> <asp:ListItem Text="Associazione Italiana ICTUS" Value="ICAMM"></asp:ListItem> <asp:ListItem Text="Associazione ALT" Value="ALT"></asp:ListItem> <asp:ListItem Text="Associazione Alice" Value="ALICE"></asp:ListItem> </asp:DropDownList></p> </asp:Panel> </td> </tr> <tr> <td valign="top"><p align="left"><!--webbot bot="Validation" S-Display-Name="riduzione" B-Value-Required="TRUE" --> <asp:RadioButton ID="riduzione3" runat="server" AutoPostBack="true" OnCheckedChanged="riduzione3_CheckedChanged" /></p> </td> <td><asp:Panel ID="Pnl3" runat="server" Enabled="false" > <p align="left">specializzando (specificare):<br /> <asp:TextBox ID="categoria" runat="server" size="40" MaxLength="50"></asp:TextBox>&nbsp;&nbsp; </p> </asp:Panel> </td> </tr> </ContentTemplate> </asp:UpdatePanel> </div> </form> </body> </html>
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5