<%@ Page Language="VB" MasterPageFile="~/Intestazione.master" AutoEventWireup="false" CodeFile="traduzioni.aspx.vb" Inherits="_003" title="traduzioni" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
TRADUZIONI
In questa pagina troverete un rapido traduttore per le principali voci dell'indice,
più altri nomi e parole usate frequentemente in questo sito.
<table align="center">
<tr>
<td style="width: 100px">
Lingua</td>
<td style="width: 100px">
Voce</td>
<td style="width: 100px">
Lingua2</td>
<td style="width: 100px">
Traduzione</td>
<td style="width: 100px">
anche detto</td>
</tr>
<tr>
<td style="width: 100px">
<aspropDownList ID="DropDownList1" runat="server" AutoPostBack="True" DataSourceID="TRA1"
DataTextField="column1" DataValueField="column1">
</aspropDownList>
<asp:AccessDataSource ID="TRA1" runat="server" DataFile="~/cronaca.mdb" SelectCommand="SELECT DISTINCT [3_Traduzioni.lingua] AS column1 FROM [trad] ORDER BY [3_Traduzioni.lingua]">
</asp:AccessDataSource>
</td>
<td style="width: 100px">
<aspropDownList ID="DropDownList2" runat="server" AutoPostBack="True" DataSourceID="TRA2"
DataTextField="column1" DataValueField="column1">
</aspropDownList>
<asp:AccessDataSource ID="TRA2" runat="server" DataFile="~/cronaca.mdb" SelectCommand="SELECT DISTINCT [3_Traduzioni.Voce] AS column1 FROM [trad] WHERE ([3_Traduzioni.lingua] = ?) ORDER BY [3_Traduzioni.Voce]">
<SelectParameters>
<asp:ControlParameter ControlID="DropDownList1" Name="column1" PropertyName="SelectedValue"
Type="String" />
</SelectParameters>
</asp:AccessDataSource>
</td>