Guest User

Untitled

a guest
Apr 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <asp:datagrid id="dgView" style="Z-INDEX: 101; LEFT: 0px; POSITION: absolute; TOP: 0px" runat="server" Width="100%" BorderColor="Black" AllowPaging="True" PageSize="8">
  2. <AlternatingItemStyle Font-Size="XX-Small" Font-Names="Verdana" HorizontalAlign="Center" VerticalAlign="Bottom">
  3. </AlternatingItemStyle>
  4. <ItemStyle Font-Size="XX-Small" Font-Names="Verdana" Wrap="False" HorizontalAlign="Center" Height="20px" ForeColor="Black" VerticalAlign="Bottom" BackColor="White"></ItemStyle>
  5. <HeaderStyle Font-Size="X-Small" Font-Names="Verdana" Font-Bold="True" HorizontalAlign="Center" Height="20px" ForeColor="#990033" VerticalAlign="Middle" BackColor="LightGray"></HeaderStyle>
  6. <PagerStyle Height="20px" Mode="NumericPages"></PagerStyle>
  7. <Columns>
  8. <asp:ButtonColumn ButtonType="PushButton" Text="Reprocess" CommandName="Reprocess">
  9. <ItemStyle Font-Size="XX-Small" Font-Bold="True" ForeColor="Blue"></ItemStyle>
  10. </asp:ButtonColumn>
  11. <asp:ButtonColumn ButtonType="PushButton" Text="Suppress" CommandName="Suppress">
  12. <ItemStyle Font-Size="XX-Small" Font-Bold="True" ForeColor="Blue"></ItemStyle>
  13. </asp:ButtonColumn>
  14. </Columns>
  15. </asp:datagrid>
Add Comment
Please, Sign In to add comment