Completato refresh sito MP-IO con paginazione status
This commit is contained in:
Binary file not shown.
+2
-2
@@ -10,7 +10,7 @@
|
||||
<form id="form1" runat="server">
|
||||
<div style="font-size: 8pt; font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif">
|
||||
<div style="float: left;">
|
||||
<asp:GridView ID="grView" runat="server" AutoGenerateColumns="False" CellPadding="4" DataSourceID="ods" ForeColor="#333333" GridLines="None" OnSelectedIndexChanged="grView_SelectedIndexChanged" DataKeyNames="idxMacchina">
|
||||
<asp:GridView ID="grView" runat="server" AutoGenerateColumns="False" CellPadding="4" DataSourceID="ods" ForeColor="#333333" GridLines="None" OnSelectedIndexChanged="grView_SelectedIndexChanged" DataKeyNames="idxMacchina" AllowPaging="true" PageSize="10">
|
||||
<AlternatingRowStyle BackColor="White" />
|
||||
<EditRowStyle BackColor="#2461BF" />
|
||||
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
|
||||
@@ -66,7 +66,7 @@
|
||||
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="MapoDb.DS_UtilityTableAdapters.stp_statusCorrenteTableAdapter"></asp:ObjectDataSource>
|
||||
</div>
|
||||
<div style="float: left;">
|
||||
<asp:GridView ID="grViewReboot" runat="server" AutoGenerateColumns="False" DataKeyNames="idxReboot" DataSourceID="odsReboot" CellPadding="4" ForeColor="#333333" GridLines="None">
|
||||
<asp:GridView ID="grViewReboot" runat="server" AutoGenerateColumns="False" DataKeyNames="idxReboot" DataSourceID="odsReboot" CellPadding="4" ForeColor="#333333" GridLines="None" AllowPaging="true" PageSize="30">
|
||||
<AlternatingRowStyle BackColor="White" />
|
||||
<Columns>
|
||||
<asp:BoundField DataField="IdxMacchina" HeaderText="Macchina" SortExpression="IdxMacchina" />
|
||||
|
||||
Reference in New Issue
Block a user