Listing the source code file InfoSongs.aspx
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="InfoSongs.aspx.cs" Inherits="InfoSongs" %>
<%@ 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"/>
<Prx:PxLabel ID="lblIdSongs" runat="server" AddTableRow="True" TableBegin="True" ></Prx:PxLabel>
<Prx:PxLabel ID="lblName" runat="server" AddTableRow="True" ></Prx:PxLabel>
<Prx:PxLabel ID="lblIDCDTitul" runat="server" AddTableRow="True" ></Prx:PxLabel>
<Prx:PxLabel ID="lblIdOrder" runat="server" AddTableRow="True" ></Prx:PxLabel>
<Prx:PxLabel ID="lblLength" runat="server" AddTableRow="True" TableEnd="True" ></Prx:PxLabel>
<asp:Button ID="btnClose" runat="server" Text="Close" onclick="ButtonClose_Click" />
</div>
</asp:Content>
Return to original page