diff --git a/FWA_MAIN/Web.config b/FWA_MAIN/Web.config index 0bb3f02..b80eae9 100644 --- a/FWA_MAIN/Web.config +++ b/FWA_MAIN/Web.config @@ -14,7 +14,7 @@ - + diff --git a/FWA_MAIN/bin/FWA_MAIN.dll b/FWA_MAIN/bin/FWA_MAIN.dll index 7fcee5f..144fa3c 100644 Binary files a/FWA_MAIN/bin/FWA_MAIN.dll and b/FWA_MAIN/bin/FWA_MAIN.dll differ diff --git a/FWA_MAIN/bin/FWA_MAIN.pdb b/FWA_MAIN/bin/FWA_MAIN.pdb index a4a58db..b8db672 100644 Binary files a/FWA_MAIN/bin/FWA_MAIN.pdb and b/FWA_MAIN/bin/FWA_MAIN.pdb differ diff --git a/FWA_MAIN/obj/Debug/FWA_MAIN.csproj.CoreCompileInputs.cache b/FWA_MAIN/obj/Debug/FWA_MAIN.csproj.CoreCompileInputs.cache index 1beef81..f56f353 100644 --- a/FWA_MAIN/obj/Debug/FWA_MAIN.csproj.CoreCompileInputs.cache +++ b/FWA_MAIN/obj/Debug/FWA_MAIN.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -eab5c64490f1516c4c7800d3645306c9150717193916dbcf89f9f4d324c5b102 +a5116abbacc7a6ecc26eaf26c72d12adb7e0416a1b3d3cb4f7efcb9f903c1aaa diff --git a/FWA_MAIN/obj/Debug/FWA_MAIN.dll b/FWA_MAIN/obj/Debug/FWA_MAIN.dll index 7fcee5f..144fa3c 100644 Binary files a/FWA_MAIN/obj/Debug/FWA_MAIN.dll and b/FWA_MAIN/obj/Debug/FWA_MAIN.dll differ diff --git a/FWA_MAIN/obj/Debug/FWA_MAIN.pdb b/FWA_MAIN/obj/Debug/FWA_MAIN.pdb index a4a58db..b8db672 100644 Binary files a/FWA_MAIN/obj/Debug/FWA_MAIN.pdb and b/FWA_MAIN/obj/Debug/FWA_MAIN.pdb differ diff --git a/FWA_MAIN/patient.aspx b/FWA_MAIN/patient.aspx index 5a25914..c397191 100644 --- a/FWA_MAIN/patient.aspx +++ b/FWA_MAIN/patient.aspx @@ -3,7 +3,6 @@ - //Test

Patients

@@ -38,7 +37,7 @@

- + diff --git a/FWA_MAIN/patient.aspx.cs b/FWA_MAIN/patient.aspx.cs index 7cf455e..e2ca2f0 100644 --- a/FWA_MAIN/patient.aspx.cs +++ b/FWA_MAIN/patient.aspx.cs @@ -16,5 +16,10 @@ namespace FWA_MAIN Response.Redirect("patNew.aspx"); } + + protected void btnPatSearch_OnClick(object sender, EventArgs e) + { + + } } } \ No newline at end of file diff --git a/FWA_MAIN/patient.aspx.designer.cs b/FWA_MAIN/patient.aspx.designer.cs index ab3790e..0a16a11 100644 --- a/FWA_MAIN/patient.aspx.designer.cs +++ b/FWA_MAIN/patient.aspx.designer.cs @@ -58,5 +58,19 @@ namespace FWA_MAIN /// To modify move field declaration from designer file to code-behind file. /// protected global::System.Web.UI.WebControls.GridView gvPatient; + + /// + /// Master property. + /// + /// + /// Auto-generated property. + /// + public new FWA_MAIN.main Master + { + get + { + return ((FWA_MAIN.main)(base.Master)); + } + } } }