----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: spark Message 2 in Discussion take a look at our pubs.net source - its good enough for that now :) <asp:datagrid id="AuthorsGrid" runat="server" PageSize="5" BorderColor="White" BorderWidth="1px" GridLines="Vertical" AllowSorting="True" PagerStyle-Mode="NumericPages" PagerStyle-PageButtonCount="5" AllowPaging="True" AutoGenerateColumns="False" AlternatingItemStyle-CssClass="alternateGrid"> <AlternatingItemStyle CssClass="alternateGrid"></AlternatingItemStyle> <ItemStyle HorizontalAlign="Center"></ItemStyle> <HeaderStyle BorderWidth="1px" ForeColor="White" BorderColor="#FF3300" CssClass="TDFootercolor" BackColor="#FF6600"></HeaderStyle> <Columns> <asp:BoundColumn DataField="title" HeaderText="Title" SortExpression="title"> <HeaderStyle CssClass="TDdecor"></HeaderStyle> <ItemStyle CssClass="SrchRslt"></ItemStyle> </asp:BoundColumn> <asp:BoundColumn DataField="type" HeaderText="Type" SortExpression="type"> <HeaderStyle CssClass="TDdecor"></HeaderStyle> <ItemStyle CssClass="SrchRslt"></ItemStyle> </asp:BoundColumn> <asp:BoundColumn DataField="price" HeaderText="Price" SortExpression="price"> <HeaderStyle CssClass="TDdecor"></HeaderStyle> <ItemStyle CssClass="SrchRslt"></ItemStyle> </asp:BoundColumn> <asp:BoundColumn DataField="notes" HeaderText="Notes" SortExpression="notes"> <HeaderStyle CssClass="TDdecor"></HeaderStyle> <ItemStyle Width="300px" CssClass="SrchRslt"></ItemStyle> </asp:BoundColumn> </Columns> <PagerStyle HorizontalAlign="Right" PageButtonCount="5" Mode="NextPrev" BackColor="#cccccc"></PagerStyle> </asp:datagrid> ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
