Ver Mensaje Individual
  #11 (permalink)  
Antiguo 09/06/2008, 12:24
Avatar de wiro
wiro
 
Fecha de Ingreso: abril-2006
Mensajes: 72
Antigüedad: 18 años
Puntos: 0
Respuesta: Poner imagenes mientras se realiza un proceso

ok amigos ahi le dejo el codigo espero y me puedan ayudar.

<%@ Page Language="VB" MasterPageFile="~/MasterPage2.master" AutoEventWireup="false" CodeFile="caja.aspx.vb" Inherits="caja" title="Caja" %>

<%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Namespace="System.Web.UI" TagPrefix="asp" %>

<%@ Register Assembly="Infragistics2.WebUI.WebDateChooser.v7.1, Version=7.1.20071.40, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
Namespace="Infragistics.WebUI.WebSchedule" TagPrefix="igsch" %>

<%@ Register Assembly="Infragistics2.WebUI.WebDataInput.v7.1, Version=7.1.20071.40, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"
Namespace="Infragistics.WebUI.WebDataInput" TagPrefix="igtxt" %>
<%@ Register Assembly="Cooperator.Framework.Web" Namespace="Cooperator.Framework.Web.Controls"
TagPrefix="nds" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<table style="width: 808px">
<tr>
<asp:Label ID="Label1" runat="server" Text="Opciones para Caja" ForeColor ="#ffffcc"></asp:Label><td rowspan="2" style="vertical-align: top; width: 251px; height: 176px">
&nbsp;<asp:ScriptManager id="ScriptManager1" runat="server"></asp:ScriptManager>
<asp:UpdatePanel id="UpdatePanel1" runat="server">
<contenttemplate>
<TABLE style="WIDTH: 224px; BORDER-TOP-STYLE: outset; BORDER-RIGHT-STYLE: outset; BORDER-LEFT-STYLE: outset; HEIGHT: 224px; BORDER-BOTTOM-STYLE: outset"><TR><TD style="VERTICAL-ALIGN: top; WIDTH: 108px; HEIGHT: 106px"><BR /><TABLE style="LEFT: 0px; WIDTH: 296px; POSITION: relative; TOP: -14px"><TR><TD style="WIDTH: 100px; HEIGHT: 30px"><igsch:WebDateChooser style="LEFT: 16px; POSITION: relative; TOP: 8px" id="f1" runat="server" Width="112px">
<CalendarLayout DayNameFormat="FirstLetter" FooterFormat="" ShowFooter="False" ShowNextPrevMonth="False"
ShowTitle="False">
<SelectedDayStyle BackColor="#0054E3" />
<DayStyle BackColor="White" Font-Names="Arial" Font-Size="9pt" />
<OtherMonthDayStyle ForeColor="#ACA899" />
<DayHeaderStyle BackColor="#7A96DF" ForeColor="White" />
<TitleStyle BackColor="#9EBEF5" />
<CalendarStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False">
</CalendarStyle>
</CalendarLayout>
</igsch:WebDateChooser> </TD><TD style="WIDTH: 100px; HEIGHT: 30px"><igsch:WebDateChooser style="LEFT: 8px; POSITION: relative; TOP: 8px" id="f2" runat="server" Width="112px">
<CalendarLayout DayNameFormat="FirstLetter" FooterFormat="" ShowFooter="False" ShowNextPrevMonth="False"
ShowTitle="False">
<SelectedDayStyle BackColor="#0054E3" />
<DayStyle BackColor="White" Font-Names="Arial" Font-Size="9pt" />
<OtherMonthDayStyle ForeColor="#ACA899" />
<DayHeaderStyle BackColor="#7A96DF" ForeColor="White" />
<TitleStyle BackColor="#9EBEF5" />
<CalendarStyle Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False"
Font-Underline="False">
</CalendarStyle>
</CalendarLayout>
</igsch:WebDateChooser> </TD></TR></TABLE><asp:RadioButtonList style="COLOR: #ffffcc; FONT-FAMILY: Arial" id="RadioButtonList1" runat="server" Width="296px" Height="88px" Font-Size="Small">
<asp:ListItem Value="i0">Verificar Caja vs CBOTROSPAGOS</asp:ListItem>
<asp:ListItem Value="i1">Verificar Traslado de Remesas (cierre de caja)</asp:ListItem>
<asp:ListItem Value="i2">Verificar Cajas Cerrada con CD en 0</asp:ListItem>
<asp:ListItem Value="i3">Verificar Cajas vs CBRECPAGOS</asp:ListItem>
</asp:RadioButtonList>&nbsp;<igtxt:WebImageButton id="WebImageButton1" runat="server" Width="296px" UseBrowserDefaults="False" Text="Hacer Verificación">
<RoundedCorners HeightOfBottomEdge="2" HoverImageUrl="ig_butCRM2.gif" ImageUrl="ig_butCRM1.gif"
MaxHeight="40" MaxWidth="400" PressedImageUrl="ig_butCRM2.gif" RenderingType="FileImages"
WidthOfRightEdge="2" />
</igtxt:WebImageButton> </TD></TR></TABLE> <asp:UpdateProgress id="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel1"><ProgressTe mplate>
<IMG src="Imagenes/ig_progressIndicator.gif" /> Actualizando
</ProgressTemplate>
</asp:UpdateProgress>
</contenttemplate>
</asp:UpdatePanel>
</td>
<td rowspan="2" style="width: 100px; height: 176px; vertical-align: top;">
&nbsp;<table>
<tr>
<td style="vertical-align: top; width: 100px; height: 267px">
<asp:GridView ID="dg1" runat="server" AllowPaging="True" AllowSorting="True" CellPadding="4"
Font-Size="Small" ForeColor="#333333" GridLines="None" Width="640px" style="vertical-align: top" Height="0px" HorizontalAlign="Left">
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#EFF3FB" />
<EditRowStyle BackColor="#2461BF" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
</td>
</tr>
</table>
</td>
</tr>
<tr>
</tr>
</table>
<br />
<nds:MsgBox ID="MsgBox1" runat="server" />
<br />
<br />
</asp:Content>