Listing the source code file Author.aspx


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

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

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

    <div>


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

    <div>
      <h2>
       Author
      </h2>
    </div>

    <br />
      <Prx:PxFilterView ID="filterAuthor" runat="server" />
    <br />

       <Prx:PxSuperGrid ID="grdAuthor" 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="AddAuthor.aspx"
           PxInfoFormName="InfoAuthor.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="navAuthor" runat="server" AddTableRow="True"  ></Prx:PxDbNavigator>




    <br />
    <br />
        <asp:Button ID="Button1" runat="server" Text="Version of Px Framework"
            onclick="Button1_Click1" /><br />
        <asp:Label ID="Label1" runat="server" Text="Version of Px Framework"></asp:Label>
    <br />
    <br />


Return to original page