Listing the source code file CDFormat.aspx


<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="CDFormat.aspx.cs" Inherits="CDFormat" %>

<%@ Register TagPrefix="Prx" Namespace="PxControls" Assembly="PxControls" %>

<asp:Content ID="Content1" ContentPlaceHolderID="cphContent" Runat="Server">

    <div>


    <Prx:PxWebQuery ID="wquCDFormat" runat="server" Value="wquCDFormat"/>

    <div>
      <h2>
       CD Format
      </h2>
    </div>

       <Prx:PxSuperGrid ID="grdCDFormat" 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=""
           PxInfoFormName="" PxVisibleButtons="SIDE">

            <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="navCDFormat" runat="server" AddTableRow="True"  ></Prx:PxDbNavigator>
    <br />
    <br />
    <br />
    <A HREF="../../../examples_en.html">Return to original page</A>

    </div>

</asp:Content>


Return to original page