Torna al Thread

<%@ Page Language="VB" MasterPageFile="~/Modello_giovanincristo.master" AutoEventWireup="false" CodeFile="news.aspx.vb" Inherits="news" title="News - Giovani in Cristo" %> <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> <div> <asp:GridView ID="griglia_news" runat="server" AutoGenerateColumns="False" BorderStyle="None" BorderWidth="0px" CellPadding="1" Font-Names="Times New Roman" CellSpacing="1" GridLines="Horizontal" Font-Overline="False" Font-Size="10pt" Font-Underline="False" PageSize="1" RowHeaderColumn="data" AllowPaging="True" EnableSortingAndPagingCallbacks="True"> <Columns> <asp:BoundField DataField="data"/> <asp:BoundField DataField="descrizione"> <ControlStyle Width="0px"/> <ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" Width="400px"/> </asp:BoundField> <asp:ImageField DataImageUrlField="immagine" DataImageUrlFormatString="~\img\{0}"><ControlStyle Width="150px" /> </asp:ImageField> </Columns> <SelectedRowStyle ForeColor="White" Font-Bold="True" BackColor="#669999"/> <FooterStyle ForeColor="#000066" /> <PagerStyle BackColor="White" ForeColor="#000066" HorizontalAlign="Left" /> <HeaderStyle Font-Bold="True" /> </asp:GridView> </div> </asp:Content>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5