Completato refresh sito MP-IO con paginazione status

This commit is contained in:
Samuele E. Locatelli
2017-01-19 15:23:34 +01:00
parent b9fce3d488
commit 0223d17a20
2 changed files with 2 additions and 2 deletions
Binary file not shown.
+2 -2
View File
@@ -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" />