conversione namespace iniziata x sito principale...

This commit is contained in:
Samuele E. Locatelli
2017-01-20 17:34:57 +01:00
parent ba02282afe
commit 90d26bdb1b
28 changed files with 73 additions and 73 deletions
@@ -72,7 +72,7 @@
</asp:TemplateField>
</Columns>
</asp:GridView>
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="MedPred_Data.DS_ApplicazioneTableAdapters.ElencoVisiteTableAdapter">
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="ScheMe_Data.DS_ApplicazioneTableAdapters.ElencoVisiteTableAdapter">
<SelectParameters>
<asp:SessionParameter Name="IdxPaziente" SessionField="IdxPaziente" Type="Int32" DefaultValue="0" />
</SelectParameters>
@@ -5,7 +5,7 @@ using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using SteamWare;
using MedPred_Data;
using ScheMe_Data;
namespace MedPred.WebUserControls
{
@@ -5,7 +5,7 @@ using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using SteamWare;
using MedPred_Data;
using ScheMe_Data;
namespace MedPred.WebUserControls
{
@@ -5,7 +5,7 @@ using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using SteamWare;
using MedPred_Data;
using ScheMe_Data;
namespace MedPred.WebUserControls
{
+1 -1
View File
@@ -56,7 +56,7 @@
</Columns>
</asp:GridView>
<asp:ObjectDataSource ID="odsFile" runat="server" DeleteMethod="DeleteQuery" InsertMethod="InsertQuery" OldValuesParameterFormatString="original_{0}" SelectMethod="getByPaziente" TypeName="MedPred_Data.DS_UtilityTableAdapters.tblFilesTableAdapter" UpdateMethod="UpdateQuery">
<asp:ObjectDataSource ID="odsFile" runat="server" DeleteMethod="DeleteQuery" InsertMethod="InsertQuery" OldValuesParameterFormatString="original_{0}" SelectMethod="getByPaziente" TypeName="ScheMe_Data.DS_UtilityTableAdapters.tblFilesTableAdapter" UpdateMethod="UpdateQuery">
<SelectParameters>
<asp:SessionParameter Name="IdxPaziente" SessionField="IdxPaziente" Type="Int32" DefaultValue="0" />
</SelectParameters>
@@ -8,7 +8,7 @@ using System.IO;
using System.Data;
using System.Data.SqlClient;
using System.Configuration;
using MedPred_Data;
using ScheMe_Data;
using System.Text;
using SteamWare;
@@ -61,7 +61,7 @@ namespace MedPred.WebUserControls
int idxFile = int.Parse((sender as LinkButton).CommandArgument);
byte[] bytes;
string fileName, contentType;
MedPred_Data.DS_Utility.tblFilesRow fileRow = DtProxy.man.taFile.getByKey(idxFile)[0];
ScheMe_Data.DS_Utility.tblFilesRow fileRow = DtProxy.man.taFile.getByKey(idxFile)[0];
bytes = fileRow.Data;
contentType = fileRow.ContentType;
fileName = fileRow.FileName;
+1 -1
View File
@@ -4,7 +4,7 @@ using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using MedPred_Data;
using ScheMe_Data;
using SteamWare;
namespace MedPred.WebUserControls
@@ -7,7 +7,7 @@ using System.Web.UI.WebControls;
using Microsoft.Reporting.WebForms;
using System.Data;
using SteamWare;
using MedPred_Data;
using ScheMe_Data;
namespace MedPred.WebUserControls
{