Výpis zdrojového kódu súboru Songs.aspx
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Songs.aspx.cs" Inherits="Songs" %>
<%@ Register TagPrefix="Prx" Namespace="PxControls" Assembly="PxControls" %>
<asp:Content ID="Content1" ContentPlaceHolderID="cphContent" Runat="Server">
<div>
<Prx:PxWebQuery ID="wquQCDTitul" runat="server" Value="wquQCDTitul"/>
<Prx:PxWebQuery ID="wquSongs" runat="server" Value="wquSongs"/>
<div>
<h2>
Piesne
</h2>
</div>
<br />
<Prx:PxFilterView ID="filterSongs" runat="server" />
<br />
<Prx:PxSuperGrid ID="grdSongs" runat="server"
PageSize="4" AutoGenerateColumns="false"
PagerLinksCssClass="HotLink" AllowPaging="True"
SelectedIndex="1" PagerStyle-HorizontalAlign="Right"
PagerStyle-Width="200" AllowSorting="True" Font-Names="Verdana"
Font-Size="X-Small" PxDataSourceIdName="" RowSelectFilter=""
SelectBackColor="SkyBlue" BackColor="White" BorderColor="Black"
BorderStyle="Solid" BorderWidth="1px" CellPadding="2" CellSpacing="2"
ForeColor="Black" GridLines="None" PxEditFormName="AddSongs.aspx"
PxInfoFormName="InfoSongs.aspx" PxVisibleButtons="SIDEO">
<PagerStyle Width="300px" Font-Bold="False" Font-Italic="False"
Font-Overline="False" Font-Strikeout="False" Font-Underline="False"
HorizontalAlign="Left"></PagerStyle>
<AlternatingItemStyle BackColor="PaleGoldenrod"></AlternatingItemStyle>
<ItemStyle BackColor="Beige"></ItemStyle>
<SelectedItemStyle BackColor="#ffddff" />
<HeaderStyle HorizontalAlign="Center"></HeaderStyle>
</Prx:PxSuperGrid>
<Prx:PxDbNavigator ID="navSongs" runat="server" AddTableRow="True" ></Prx:PxDbNavigator>
</div>
</asp:Content>
Návrat na pôvodnú stránku