Ver Mensaje Individual
  #12 (permalink)  
Antiguo 20/09/2011, 15:44
Avatar de GORI0056
GORI0056
 
Fecha de Ingreso: julio-2009
Mensajes: 38
Antigüedad: 14 años, 9 meses
Puntos: 3
Exclamación Respuesta: Insertar imagen en listview Visual Web Developer

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Videoclub Garrido</title>
<style type="text/css">
#form1
{
font-family: "Times New Roman", Times, serif;
color: #000000;
background-color: #0099FF;
}
</style>
</head>
<body bgcolor="#0099ff"; aling="center">
<form id="form1" runat="server"



style="font-family: Arial; width: 520px; font-size: small; margin-left: 0px; margin-right: 0px;">
<asp:ListView ID="ListView1" runat="server" DataSourceID="AccessDataSource1"
GroupItemCount="2"
style="margin-left: 0px; margin-right: 19px; text-align: center;">
<AlternatingItemTemplate>
<td runat="server" style="background-color:#FFF8DC;">

<asp:Label ID="ImagenLabel" runat="server" Text='<%# Eval("Imagen") %>' />
<br />
Nº:
<asp:Label ID="NºLabel" runat="server" Text='<%# Eval("Nº") %>' />
<br />
<br />
Titulo:
<asp:Label ID="TituloLabel" runat="server" Text='<%# Eval("Titulo") %>' />
<br />
<br />
Categoría:
<asp:Label ID="CategoríaLabel" runat="server" Text='<%# Eval("Categoría") %>' />
<br />
<br />
Genero:
<asp:Label ID="GeneroLabel" runat="server" Text='<%# Eval("Genero") %>' />
<br />
<br />
Sipnosis:
<asp:Label ID="SipnosisLabel" runat="server" Text='<%# Eval("Sipnosis") %>' />
<br />
<br />
Estado:
<asp:Label ID="EstadoLabel" runat="server" Text='<%# Eval("Estado") %>' />
<br />
<br />
Precio_Alquiler:
<asp:Label ID="Precio_AlquilerLabel" runat="server"
Text='<%# Eval("Precio_Alquiler") %>' />
<br />
<br />
Precio_Venta:
<asp:Label ID="Precio_VentaLabel" runat="server"
Text='<%# Eval("Precio_Venta") %>' />
<br />
</td>
</AlternatingItemTemplate>
<LayoutTemplate>
<table runat="server">
<tr runat="server">
<td runat="server">
<table ID="groupPlaceholderContainer" runat="server" border="1"
style="background-color: #FFFFFF;border-collapse: collapse;border-color: #999999;border-style:none;border-width:1px;font-family: Verdana, Arial, Helvetica, sans-serif;">
<tr ID="groupPlaceholder" runat="server">
</tr>
</table>
</td>
</tr>
<tr runat="server">
<td runat="server"
style="text-align: center;background-color: #CCCCCC;font-family: Verdana, Arial, Helvetica, sans-serif;color: #000000;">
<asp:DataPager ID="DataPager1" runat="server" PageSize="12">
<Fields>
<asp:NextPreviousPagerField ButtonType="Button" ShowFirstPageButton="True"
ShowLastPageButton="True" />
</Fields>
</asp:DataPager>
</td>
</tr>
</table>
</LayoutTemplate>
<EmptyItemTemplate>
<td runat="server" />
</EmptyItemTemplate>
<InsertItemTemplate>
<td runat="server" style="">