Você está na página 1de 5

I<%@ Page Language="VB" MasterPageFile="~/MasterJP.

master" AutoEventWireup="fals
e" CodeFile="Bancos.aspx.vb" Inherits="Bancos" title="Bancos" %>
<%@ Register assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" namespace="System.Web.UI" tagprefix="asp" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Ser
ver">
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<table class="style1">
<tr>
<td colspan="10" background="imagenes/Titulo.gif" class="te
xtoHeader">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bancos</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td><asp:UpdateProgress ID="UpdateProgress1" runat="server"
AssociatedUpdatePanelID="UpdatePanel1" Displ
ayAfter="0">
<ProgressTemplate>
<div style="position: absolute; vertical
-align: middle; text-align: center; top: 360px; left: 499px; width: 241px; backg
round-color: #FF5050;">
<img alt="Procesando" src="Imagenes/
ajax-loader2.gif" style="vertical-align: middle;
text-align: center;" /> Pro
cesando...
</div>
</ProgressTemplate>
</asp:UpdateProgress>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td class="TextoTitulo">
Descripcion</td>
<td>
<asp:TextBox ID="txtdescripcion" runat="server" MaxLengt
h="200" Width="309px"></asp:TextBox>
</td>

<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td class="TextoTitulo">
Observacion</td>
<td colspan="7">
<asp:TextBox ID="txtObservacion" runat="server" MaxLengt
h="400" Width="438px"></asp:TextBox>
</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td class="TextoTitulo">
Codigo Externo</td>
<td>
<asp:TextBox ID="txtCodigoExt" runat="server"></asp:Text
Box>
</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td class="TextoTitulo">
Pais</td>
<td>
<asp:DropDownList ID="ddlPais" runat="server" Width="150
px">
</asp:DropDownList>

</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td colspan="10">
<asp:ImageButton ID="ibtRefrescar" runat="server"
ImageUrl="~/Imagenes/Actualizar.gif" />
&nbsp;<asp:ImageButton ID="ibtAgregar" runat="server"
ImageUrl="~/Imagenes/Agregar.gif" />
&nbsp;<asp:ImageButton ID="ibtGrabar" runat="server"
ImageUrl="~/Imagenes/Grabar.gif" />
&nbsp;<asp:ImageButton ID="ibtEliminar" runat="server"
ImageUrl="~/Imagenes/Eliminar.gif" />
</td>
</tr>
<tr>
<td class="TextoTituloRojo">
Busqueda</td>
<td>
<asp:TextBox ID="txtBuscar" runat="server" MaxLength="10
0" Width="395px"></asp:TextBox>
</td>
<td>
<asp:ImageButton ID="imgBuscar" runat="server"
ImageUrl="~/Imagenes/Buscar.gif" />
</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td colspan="10">
<asp:GridView ID="grvdatos" runat="server" AllowPaging=
"True" AlternatingRowStyle-CssClass="alt" AutoGenerateColumns="False" CssClass="

mGrid" GridLines="None" PagerStyle-CssClass="pgr" Width="536px">


<AlternatingRowStyle
CssClass="alt" />
<Columns>
<asp:TemplateField HeaderText="Seleccionar" Show
Header="False">
<ItemTemplate>
<asp:LinkButton ID="LinkButton1" runat="
server" CausesValidation="False"
CommandName="Select" Text="Seleccion
ar"></asp:LinkButton>
<asp:HiddenField ID="hfCodigo" runat="se
rver" />
</ItemTemplate>
</asp:TemplateField>
<asp:BoundField DataField="CountryDescription" H
eaderText="Pais" />
<asp:BoundField DataField="vdescripcion" HeaderT
ext="Descripcion" />
<asp:BoundField DataField="vObservacion01" Heade
rText="Observacion" />
<asp:BoundField DataField="vCodRefGenerico" Head
erText="Codigo Externo" />
<asp:BoundField DataField="vDesEstado" HeaderTex
t="Estado" />
<asp:BoundField DataField="dFecAct" HeaderText="
Fecha Act." />
</Columns>
<PagerStyle CssClass
="pgr" />
</asp:GridView>
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>

&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>

Você também pode gostar