<%: Title %>.
- Modify this template to jump-start your ASP.NET application.
+
@@ -19,11 +19,107 @@
-
+ <%--test dialog--%>
Adding the modal overlay screen makes the dialog look more prominent because it dims out the page content.
-
+
+ <%--test autocomplete multiplo--%>
+ <%--
+
+
+
+
--%>
diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commForn.ascx b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commForn.ascx
index 2abd6e1..5cfe055 100644
--- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commForn.ascx
+++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commForn.ascx
@@ -1,6 +1,11 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_commForn.ascx.cs" Inherits="PROJ_ETS.WebUserControls.mod_commForn" %>
<%@ Register Src="mod_navDettComm.ascx" TagName="mod_navDettComm" TagPrefix="uc1" %>
+
+
@@ -57,7 +62,7 @@
diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commForn.ascx.cs b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commForn.ascx.cs
index 67f78f5..58a163e 100644
--- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commForn.ascx.cs
+++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commForn.ascx.cs
@@ -140,7 +140,7 @@ namespace PROJ_ETS.WebUserControls
protected void btnNewEmpty_Click(object sender, EventArgs e)
{
int? idxFase = utils.obj.IntSessionObj("idxFase_sel");
- DataProxy_ProjEts.DP.taDCF.Insert(idxFase, "fornitore", "referente", 0, "", "", "");
+ DataProxy_ProjEts.DP.taDCF.Insert(idxFase, ddlForn.SelectedValue, "referente", 0, "", "", "");
grView.DataBind();
// sollevo evento nuovo valore...
if (eh_nuovoValore != null)
@@ -156,7 +156,7 @@ namespace PROJ_ETS.WebUserControls
protected void btnNew_Click(object sender, EventArgs e)
{
int? idxFase = utils.obj.IntSessionObj("idxFase_sel");
- DataProxy_ProjEts.DP.taDCF.Insert(idxFase, "fornitore", "referente", 0, "", "", "");
+ DataProxy_ProjEts.DP.taDCF.Insert(idxFase, ddlForn.SelectedValue, "referente", 0, "", "", "");
grView.DataBind();
// sollevo evento nuovo valore...
if (eh_nuovoValore != null)
diff --git a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commForn.ascx.designer.cs b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commForn.ascx.designer.cs
index 7487bf6..58c78cd 100644
--- a/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commForn.ascx.designer.cs
+++ b/PROJ-ETS/PROJ-ETS/WebUserControls/mod_commForn.ascx.designer.cs
@@ -12,6 +12,24 @@ namespace PROJ_ETS.WebUserControls {
public partial class mod_commForn {
+ ///
+ /// lblForn control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.Label lblForn;
+
+ ///
+ /// ddlForn control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.DropDownList ddlForn;
+
///
/// grView control.
///
@@ -30,6 +48,15 @@ namespace PROJ_ETS.WebUserControls {
///
protected global::System.Web.UI.WebControls.ObjectDataSource ods;
+ ///
+ /// odsForn control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.ObjectDataSource odsForn;
+
///
/// mod_navDettComm1 control.
///
diff --git a/PROJ-ETS/PROJ-ETS/bin/ETS_Data.dll b/PROJ-ETS/PROJ-ETS/bin/ETS_Data.dll
index 30f6a36..06db26e 100644
Binary files a/PROJ-ETS/PROJ-ETS/bin/ETS_Data.dll and b/PROJ-ETS/PROJ-ETS/bin/ETS_Data.dll differ
diff --git a/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll b/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll
index f76b667..4e69cfa 100644
Binary files a/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll and b/PROJ-ETS/PROJ-ETS/bin/PROJ-ETS.dll differ