fix errore visualizzaizone impegno in ITEM detail
This commit is contained in:
Binary file not shown.
@@ -32,7 +32,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
||||
</UpdateFrom>
|
||||
</ObjectGroup>
|
||||
<ObjectGroup Name="WebSCR_data.Properties.Settings.WebSCR_filesConnectionString" Order="2" Enabled="False">
|
||||
<Destination Path="" />
|
||||
<Destination Path="Data Source=localhost\SQLExpress2008R2;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer" />
|
||||
<Object Type="DbDacFx">
|
||||
<PreSource Path="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=WebSCR_files;Persist Security Info=True;User ID=sa;Password=keyhammer" includeData="False" />
|
||||
<Source Path="$(IntermediateOutputPath)AutoScripts\WebSCR_data.Properties.Settings.WebSCR_filesConnectionString_IncrementalSchemaOnly.dacpac" dacpacAction="Deploy" />
|
||||
@@ -63,7 +63,12 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
||||
<ParameterValue>Data Source=localhost\SQLExpress2008R2;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer</ParameterValue>
|
||||
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
||||
</MSDeployParameterValue>
|
||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)WebSCR_data.Properties.Settings.WebSCRConnectionString-Web.config Connection String" />
|
||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)WebSCR_data.Properties.Settings.WebSCR_filesConnectionString-Web.config Connection String" />
|
||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)WebSCR_data.Properties.Settings.WebSCRConnectionString-Web.config Connection String">
|
||||
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
||||
</MSDeployParameterValue>
|
||||
<MSDeployParameterValue Include="$(DeployParameterPrefix)WebSCR_data.Properties.Settings.WebSCR_filesConnectionString-Web.config Connection String">
|
||||
<ParameterValue>Data Source=localhost\SQLExpress2008R2;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer</ParameterValue>
|
||||
<UpdateDestWebConfig>False</UpdateDestWebConfig>
|
||||
</MSDeployParameterValue>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
<!--<add key="enablePlain" value="false" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>-->
|
||||
<add key="WebSCRConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="WebSCRFilesConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=WebSCR_files;Persist Security Info=True;User ID=sa;Password=keyhammer" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="WebSCRFilesConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
<add key="DevicesAuthConnectionString" value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=WebSCR;Persist Security Info=True;User ID=sa;Password=keyhammer" xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
|
||||
@@ -20,9 +20,9 @@
|
||||
<div style="float: left; font-size: 0.7em; font-weight: 100; margin-left: 4px;">
|
||||
<%: DateTime.Now.ToString("ddd dd/MM/yyyy HH:mm:ss") %>
|
||||
</div>
|
||||
<div style="text-align: center; font-size: 1.2em; font-weight: 100; color: #507CD1;">
|
||||
<%--<div style="text-align: center; font-size: 1.2em; font-weight: 100; color: #507CD1;">
|
||||
<%: DataSel %> | <%: ClienteSel %> | <%: SquadraSel %>
|
||||
</div>
|
||||
</div>--%>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -148,7 +148,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="ui-block-c">
|
||||
<asp:DropDownList runat="server" ID="ddlTipoOrario" DataSourceID="odsTipoOrario" DataTextField="label" DataValueField="value"></asp:DropDownList>
|
||||
<asp:DropDownList runat="server" ID="ddlTipoOrario" DataSourceID="odsTipoOrario" DataTextField="label" DataValueField="value" SelectedValue='<%# Bind("TipoOrario") %>'></asp:DropDownList>
|
||||
<asp:ObjectDataSource ID="odsTipoOrario" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="getValid" TypeName="WebSCR_data.DS_UtilityTableAdapters.ListValuesTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:Parameter DefaultValue="Impegni" Name="TableName" Type="String" />
|
||||
|
||||
Reference in New Issue
Block a user