Torna al Thread

<%@ Page Title="catalogo fornitore" Language="VB" MasterPageFile="~/Site.master" AutoEventWireup="false" CodeFile="Copia di catalogofornitore.aspx.vb" Inherits="_Acquisti_catalogofornitore" debug="true"%> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %> <%@ Register assembly="CrystalDecisions.Web, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" namespace="CrystalDecisions.Web" tagprefix="CR" %> <asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" Runat="Server"> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" Runat="Server"> <script src="../Scripts/jquery-1.4.1-vsdoc.js" type="text/javascript"></script> <script src="../Scripts/jquery.updnWatermark.js" type="text/javascript"></script> <script type="text/javascript"> $(function () { $.updnWatermark.attachAll({ cssClass: 'Watermark' }); $('form').bind('submit', function () { $('#TableWrapper').slideUp(3000); }); }); function pageLoad() { $('.Attention').animate({ width: '600px' }, 3000).animate({ width: '100px' }, 3000).fadeOut('slow'); } </script> <asp:UpdatePanel runat="server" ID="UpdatePanel1" > <ContentTemplate> <div id="TableWrapper"> <asp:ListBox ID="listboxLinea" runat="server" SelectionMode="Multiple" AutoPostBack="True" Height="150px" Width="150px"></asp:ListBox> <asp:ListBox ID="listboxCatmer" runat="server" SelectionMode="Multiple" Height="150px" Visible="False" Width="150px" AutoPostBack="True"></asp:ListBox> <asp:ListBox ID="listboxCollez" runat="server" SelectionMode="Multiple" Height="150px" Visible="False" Width="150px" AutoPostBack="True"></asp:ListBox> <asp:ListBox ID="listboxCodart" runat="server" SelectionMode="Multiple" Height="150px" Visible="False" Width="150px" AutoPostBack="True"></asp:ListBox> <asp:ListBox ID="listboxForn" runat="server" SelectionMode="Multiple" Height="150px" Visible="False" Width="150px" AutoPostBack="True"></asp:ListBox> <br /> <asp:Button ID="btnGO" runat="server" Text="GO!" enabled="False" /> <asp:Button ID="Button6" runat="server" Text="Reset" /> </div> <asp:Label ID="Message" runat="server" Text="catalogo creato" CssClass="Attention" Visible="False" /> <p runat="server" id="MessageSentPara" visible="False">pronto per un catalogo nuovo</p> </ContentTemplate> </asp:UpdatePanel> <asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel1"> <ProgressTemplate> <div class="PleaseWait">pazienta... </div> </ProgressTemplate> </asp:UpdateProgress> <CR:CrystalReportViewer ID="myCrystalReportViewer" runat="server" AutoDataBind="true" HasCrystalLogo="False" ToolPanelView="None" HasPageNavigationButtons="False" EnableParameterPrompt="False" HasToggleParameterPanelButton="False" /> </asp:Content>
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5