Torna al Thread

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="modifica.aspx.vb" Inherits="modifica" %> <%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=nonLaScrivo" Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %> <%@ Register Assembly="System.Web.Extensions, Version=2.0.0.0, Culture=neutral, PublicKeyToken=NonLaScrivo" Namespace="System.Web.UI.WebControls" TagPrefix="asp" %> <!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>XML Actions</title> </head> <body> <form id="form1" runat="server"> <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" AllowPaging="False" DataSourceID="XmlDataSource1" Height="105px"> <Columns> <asp:BoundField DataField="IDStudente" HeaderText="IDStudente" SortExpression="IDStudente" /> <asp:BoundField DataField="Cognome" HeaderText="Cognome" SortExpression="Cognome" /> <asp:BoundField DataField="Nome" HeaderText="Nome" SortExpression="Nome" /> </Columns> </asp:GridView> <asp:XmlDataSource ID="XmlDataSource1" runat="server" DataFile="~/XMLmodifica.xml"></asp:XmlDataSource> </form> </body> </html>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5