Aggiunta mod x setup default su commenti

This commit is contained in:
Samuele E. Locatelli
2018-05-11 13:46:05 +02:00
parent d9082a2b5d
commit b058057fbe
4 changed files with 14 additions and 9 deletions
+7 -6
View File
@@ -21,14 +21,15 @@
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>4.0</OldToolsVersion>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressSSLPort>
</IISExpressSSLPort>
<IISExpressAnonymousAuthentication>enabled</IISExpressAnonymousAuthentication>
<IISExpressWindowsAuthentication>disabled</IISExpressWindowsAuthentication>
<IISExpressUseClassicPipelineMode />
<TargetFrameworkProfile />
<UseGlobalApplicationHostFile />
<Use64BitIISExpress />
<TypeScriptToolsVersion>2.5</TypeScriptToolsVersion>
<Use64BitIISExpress />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -928,11 +929,11 @@
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<UseIIS>True</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>56739</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:56620/</IISUrl>
<IISUrl>http://localhost:56739/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
+1 -1
View File
@@ -7,7 +7,7 @@
<asp:DropDownList runat="server" ID="dlPageSize" CssClass="form-control form-control-sm bg-dark text-light" AutoPostBack="true">
<asp:ListItem>5</asp:ListItem>
<asp:ListItem>10</asp:ListItem>
<asp:ListItem>15</asp:ListItem>
<asp:ListItem Text="15" Value="15" Selected="True" />
<asp:ListItem>20</asp:ListItem>
<asp:ListItem>30</asp:ListItem>
<asp:ListItem>50</asp:ListItem>
+4 -1
View File
@@ -15,7 +15,10 @@ namespace MoonProTablet.WebUserControls
protected void Page_Load(object sender, EventArgs e)
{
if(!Page.IsPostBack)
{
dlPageSize.DataBind();
}
}
/// <summary>
/// abilitazione edit commenti
+2 -1
View File
@@ -28,7 +28,8 @@
<asp:DropDownList ID="ddlDurataMin" runat="server" AutoPostBack="true" CssClass="form-control form-control-sm bg-secondary text-light" OnSelectedIndexChanged="ddlDurataMin_SelectedIndexChanged">
<asp:ListItem Text="5'" Value="5" />
<asp:ListItem Text="10'" Value="10" />
<asp:ListItem Text="20'" Value="20" Selected="True" />
<asp:ListItem Text="15'" Value="15" Selected="True" />
<asp:ListItem Text="20'" Value="20" />
<asp:ListItem Text="30'" Value="30" />
<asp:ListItem Text="1h" Value="60" />
<asp:ListItem Text="2h" Value="120" />