altre modifiche + appunti x Dmtx

This commit is contained in:
Samuele E. Locatelli
2016-07-21 18:51:36 +02:00
parent 6384a0f36c
commit aaa393b9cb
3 changed files with 8 additions and 3 deletions
+4 -1
View File
@@ -4,7 +4,7 @@
{ %>
<link href="../Content/Style.css" rel="stylesheet" type="text/css" />
<% } %>
<asp:GridView ID="grView" runat="server" AllowPaging="True" DataSourceID="ods" DataKeyNames="FormatoDtmx" AutoGenerateColumns="False" PageSize="20" AllowSorting="True" Width="100%">
<asp:GridView ID="grView" runat="server" AllowPaging="True" DataSourceID="ods" DataKeyNames="FormatoDtmx" AutoGenerateColumns="False" PageSize="5" AllowSorting="True" Width="100%">
<AlternatingRowStyle CssClass="ctrAltRowStyle" />
<EditRowStyle CssClass="ctrEditRowStyle" />
<EmptyDataRowStyle CssClass="ctrRowStyle" />
@@ -184,3 +184,6 @@
<asp:SessionParameter DefaultValue="*" Name="ricerca" SessionField="valoreCercato" />
</FilterParameters>
</asp:ObjectDataSource>
...su selezione deve mostrare le tabelle "dipendenti"... riconoscimento e decodifica... con tabPanel...
@@ -60,7 +60,8 @@ namespace GMW.WebUserControls
public bool delEnabled(object idxObj)
{
bool answ = isWritable();
// solo se ha diritti scrittura controllo
#if false
// solo se ha diritti scrittura controllo
if (answ)
{
int trovati = 0;
@@ -71,7 +72,8 @@ namespace GMW.WebUserControls
{
answ = false;
}
}
}
#endif // false
return answ;
}
BIN
View File
Binary file not shown.