refresh webconfig
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<asp:Content ID="Content3" ContentPlaceHolderID="MCon" runat="server">
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content4" ContentPlaceHolderID="MConAlt" runat="server">
|
||||
<div class="container">
|
||||
<uc1:mod_fileUpload runat="server" ID="mod_fileUpload" enableMod="true" modoContr="editEnabled" />
|
||||
</div>
|
||||
<div class="container">
|
||||
<uc1:mod_fileUpload runat="server" ID="mod_fileUpload" enableMod="true" modoContr="editEnabled" />
|
||||
</div>
|
||||
</asp:Content>
|
||||
|
||||
+11
-12
@@ -1,24 +1,23 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace GIM_site
|
||||
{
|
||||
|
||||
|
||||
namespace GIM_site {
|
||||
|
||||
|
||||
public partial class AllegatiRichiesta {
|
||||
|
||||
/// <summary>
|
||||
/// mod_fileUpload control.
|
||||
/// Controllo mod_fileUpload.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::GIM_site.WebUserControls.mod_fileUpload mod_fileUpload;
|
||||
}
|
||||
|
||||
+2
-2
@@ -46,8 +46,8 @@
|
||||
|
||||
|
||||
|
||||
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" />
|
||||
</controls>
|
||||
|
||||
<add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" /></controls>
|
||||
</pages>
|
||||
<compilation debug="true" targetFramework="4.6.2">
|
||||
<assemblies>
|
||||
|
||||
Reference in New Issue
Block a user