Torna al Thread

<div id="imPage"> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <table> <tr> <td class="ordinesx"> <asp:Button ID="Button1" runat="server" Text="Nuovo" Width="65px" /> <asp:Label ID="Label1" runat="server" Text="Scegli la Categoria del Prodotto " Font-Size="Medium" Font-Names="Tahoma"></asp:Label> <asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="True" Font-Names="Tahoma"> <asp:ListItem Selected="True">PIZZE</asp:ListItem> <asp:ListItem>FOCACCE</asp:ListItem> <asp:ListItem>VARIE</asp:ListItem> <asp:ListItem>BEVANDE</asp:ListItem> </asp:DropDownList> <asp:Button ID="Button2" runat="server" Text="Aggiungi" Width="65px" /> </td> <td class ="ordinedx"> <asp:Label ID="Label5" runat="server" Font-Names="Tahoma" Font-Size="Medium" Text="Ingredienti"></asp:Label> </td> <td class="ordinedx" > <asp:Label ID="Label7" runat="server" Font-Names="Tahoma" Font-Size="Medium" Text="Supplementi"></asp:Label> &nbsp;</td> </tr> <tr class="allineasopra"> <td class ="ordinesx"> <asp:GridView ID="GridView1" runat="server" RowStyle-Wrap="false" Height="0px" Width="475px" Font-Size="Small" Font-Names="Tahoma"> <RowStyle BackColor="#FFFFCC" CssClass="gridview1_righe" VerticalAlign="Middle" /> <Columns> <asp:ButtonField ButtonType="Button" CommandName="Select" Text="Selez." > <ControlStyle Font-Bold="True" Font-Names="Tahoma" Font-Size="X-Small" /> </asp:ButtonField> </Columns> <SelectedRowStyle BackColor="#FF9900" /> <HeaderStyle BackColor="#FF3300" CssClass="gridview1_colonne" Font-Names="Tahoma" HorizontalAlign="Center" VerticalAlign="Middle" /> <AlternatingRowStyle Wrap="True" /> </asp:GridView> </td> <td class ="ordinedx"> <asp:ListBox ID="ListBox1" runat="server" AutoPostBack="True" Font-Names="Tahoma" Font-Size="X-Small" Height="143px" SelectionMode="Single" Width="150px" Enabled="False"></asp:ListBox> </td > <td class ="ordinedx"> <asp:ListBox ID="ListBox2" runat="server" AutoPostBack="True" Font-Names="Tahoma" Font-Size="X-Small" Height="143px" SelectionMode="Single" Width="150px" Enabled="False"></asp:ListBox> </td> </tr> <tr> <td class="ordinesx"> <asp:Label ID="Label4" runat="server" Text="La Tua Ordinazione" Font-Size="Medium" Font-Names="Tahoma"></asp:Label> </td> <td class="ordinesx" colspan="2"> <asp:Label ID="Label6" runat="server" Font-Names="Tahoma" Font-Size="Medium" Text="Variazioni"></asp:Label> </td> </tr><tr> <td class="ordinesx"> <asp:GridView ID="GridView2" runat="server" Font-Names="Tahoma" Font-Size="X-Small" Height="0px" RowStyle-Wrap="false" Width="475px" Font-Bold="True"> <RowStyle BackColor="#FFFFCC" CssClass="gridview1_righe" VerticalAlign="Middle" /> <Columns> <asp:ButtonField ButtonType="Button" CommandName="Select" Text="Selez."> <ControlStyle Font-Bold="True" Font-Names="Tahoma" Font-Size="X-Small" /> </asp:ButtonField> <asp:ButtonField ButtonType="Button" CommandName="Delete" Text="Elim."> <ControlStyle Font-Bold="True" Font-Names="Tahoma" Font-Size="X-Small" /> </asp:ButtonField> </Columns> <SelectedRowStyle BackColor="#FF9900" /> <HeaderStyle BackColor="#FF3300" CssClass="gridview1_colonne" Font-Names="Tahoma" HorizontalAlign="Center" VerticalAlign="Middle" /> <AlternatingRowStyle Wrap="True" /> </asp:GridView> </td > <td class="ordinesx" colspan="2"> <asp:GridView ID="GridView3" runat="server" Font-Names="Tahoma" Font-Size="X-Small" Height="0px" RowStyle-Wrap="false" Width="200px"> <RowStyle BackColor="#FFFFCC" CssClass="gridview1_righe" VerticalAlign="Top" /> <Columns> <asp:ButtonField ButtonType="Button" CommandName="Delete" Text="Elim."> <ControlStyle Font-Bold="True" Font-Names="Tahoma" Font-Size="X-Small" /> </asp:ButtonField> </Columns> <SelectedRowStyle BackColor="#FF9900" /> <HeaderStyle BackColor="#FF3300" CssClass="gridview1_colonne" Font-Names="Tahoma" HorizontalAlign="Center" VerticalAlign="Middle" /> <AlternatingRowStyle Wrap="True" /> </asp:GridView> </td> </tr> </table> </ContentTemplate> </asp:UpdatePanel> </div>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5