altre modifiche + appunti x Dmtx
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user