Torna al Thread
<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" validateRequest=false AutoEventWireup="false" CodeFile="GesTesti.aspx.vb" Inherits="GesTesti" %>
<asp:Content ID="Content1" runat="server" ContentPlaceHolderID="ContentPlaceHolder1">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<h4>Gestione Testi</h4>
<asp:Button ID="Button1" runat="server" Text="Nuovo" Width="134px" />
<asp:Button ID="Button2" runat="server" Text="Abilita Modifica" Width="134px" />
<asp:Button ID="Button3" runat="server" Text="Salva" Width="134px" Enabled="False" />
<asp:Button ID="Button4" runat="server" Text="Cancella" OnClientClick="return confirm('Sei sicuro di voler cancellare questo record?')" Width="134px" Enabled="False" />
<asp:TextBox ID="TextBox4" runat="server" Width="259px"></asp:TextBox>
<asp:Button ID="Button5" runat="server" Text="cerca" Width="77px" />
<br /><br /><center>
<asp:ImageButton id="ImageButton1" runat="server" ImageUrl="~/images/prec.png"></asp:ImageButton>
<asp:ImageButton id="ImageButton2" runat="server" ImageUrl="~/images/succ.png"></asp:ImageButton>
<br /><br />
<span id="errore" runat="server" style="font-weight:bold; color:Red;"></span>
</center>
<table style="width: 1134px">
<tr>
<td style="width: 151px; height: 20px;">
TAG ELEMENTO TESTO</td>
<td style="width: 522px; height: 20px;">
<asp:TextBox ID="TextBox1" runat="server" Width="501px" ReadOnly="True"
BackColor="Transparent" BorderWidth="0px" Font-Bold="True"
ForeColor="#B44F41"></asp:TextBox>
</td>
<td rowspan="14" valign="top" align="center">
<div id="box">
<asp:Panel ID="Panel1" runat="server" Visible="false" BorderColor="Black" BorderWidth="1">
<!-- repeater cerca -->
<asp:Repeater ID="Repeater1" runat="server" >
<HeaderTemplate>
<table border="1" cellpadding="1" cellspacing="0" style="border-style: solid; border-width: 1px;
border-color: black; font-size:12px" width="90%">
<tr>
<td align="left" width="100%">
<strong>Nome TAG</strong></td>
</tr>
</HeaderTemplate>
<ItemTemplate>
<tr>
<td align="left">
<asp:LinkButton ID="LinkButton3" runat="server" CommandArgument='<%# Container.DataItem("IDTAG") %>'><%#Container.DataItem("IDTAG")%></asp:LinkButton>
</td>
</tr>
</ItemTemplate>
<FooterTemplate>
</table>
</FooterTemplate>
</asp:Repeater>
<!-- fine repeater cerca -->
</asp:Panel>
</div>
</td>
</tr>
<tr>
<td style="width: 151px">
ITALIANO</td>
<td style="width: 522px">
<img alt="" src="images/bandierine/ITA.jpg" style="" align="middle" />
<asp:TextBox ID="TextBox6" runat="server" Width="464px" Height="50px"
TextMode="MultiLine"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 151px">
INGLESE</td>
<td style="width: 522px">
<img alt="" src="images/bandierine/ENG.jpg" style="" align="middle" />
<asp:TextBox ID="TextBox5" runat="server" Width="464px" Height="50px"
TextMode="MultiLine"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 151px">
TEDESCO</td>
<td style="width: 522px">
<img alt="" src="images/bandierine/GER.jpg" style="" align="middle" />
<asp:TextBox ID="TextBox7" runat="server" Width="464px" Height="50px"
TextMode="MultiLine"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 151px">
FRANCESE</td>
<td style="width: 522px">
<img alt="" src="images/bandierine/FRA.jpg" style="" align="middle" />
<asp:TextBox ID="TextBox8" runat="server" Width="464px" Height="50px"
TextMode="MultiLine"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 151px">
RUSSO</td>
<td style="width: 522px">
<img alt="" src="images/bandierine/RUS.jpg" style="" align="middle" />
<asp:TextBox ID="TextBox9" runat="server" Width="464px" Height="50px"
TextMode="MultiLine"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 151px">
SPAGNOLO</td>
<td style="width: 522px">
<img alt="" src="images/bandierine/ESP.jpg" style="" align="middle" />
<asp:TextBox ID="TextBox10" runat="server" Width="464px" Height="50px"
TextMode="MultiLine"></asp:TextBox>
</td>
</tr>
<tr>
<td style="width: 151px">
</td>
<td style="width: 522px">
</td>
</tr>
<tr>
<td style="width: 151px">
</td>
<td style="width: 522px">
</td>
</tr>
<tr>
<td style="width: 151px">
</td>
<td style="width: 522px">
</td>
</tr>
<tr>
<td style="width: 151px">
</td>
<td style="width: 522px">
</td>
</tr>
<tr>
<td style="width: 151px">
</td>
<td style="width: 522px">
</td>
</tr>
<tr>
<td style="width: 151px">
</td>
<td style="width: 522px">
</td>
</tr>
<tr>
<td style="width: 151px">
</td>
<td style="width: 522px">
</td>
</tr>
</table>
</asp:Content>