diff --git a/C2P/C2P.csproj b/C2P/C2P.csproj
index 2a4f2f7..8a7db02 100644
--- a/C2P/C2P.csproj
+++ b/C2P/C2P.csproj
@@ -63,6 +63,7 @@
..\packages\Microsoft.AspNet.Web.Optimization.WebForms.1.1.3\lib\net45\Microsoft.AspNet.Web.Optimization.WebForms.dll
+
False
..\packages\Microsoft.AspNet.ScriptManager.MSAjax.5.0.0\lib\net45\Microsoft.ScriptManager.MSAjax.dll
@@ -277,6 +278,7 @@
+
@@ -338,6 +340,7 @@
+
@@ -476,6 +479,13 @@
QuoteDet.aspx
+
+ RepOffers.aspx
+ ASPXCodeBehind
+
+
+ RepOffers.aspx
+
Report.aspx
ASPXCodeBehind
diff --git a/C2P/RepOffers.aspx b/C2P/RepOffers.aspx
new file mode 100644
index 0000000..34bc4de
--- /dev/null
+++ b/C2P/RepOffers.aspx
@@ -0,0 +1,12 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/FullPage.Master" AutoEventWireup="true" CodeBehind="RepOffers.aspx.cs" Inherits="C2P.RepOffers" %>
+
+<%@ Register assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" namespace="Microsoft.Reporting.WebForms" tagprefix="rsweb" %>
+
+
+
+
+
+
+
+
+
diff --git a/C2P/RepOffers.aspx.cs b/C2P/RepOffers.aspx.cs
new file mode 100644
index 0000000..ec4d0ea
--- /dev/null
+++ b/C2P/RepOffers.aspx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace C2P
+{
+ public partial class RepOffers : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/C2P/RepOffers.aspx.designer.cs b/C2P/RepOffers.aspx.designer.cs
new file mode 100644
index 0000000..1a032f8
--- /dev/null
+++ b/C2P/RepOffers.aspx.designer.cs
@@ -0,0 +1,24 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+namespace C2P {
+
+
+ public partial class RepOffers {
+
+ ///
+ /// Rpt control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::Microsoft.Reporting.WebForms.ReportViewer Rpt;
+ }
+}
diff --git a/C2P/Reports/PlaceHolder.file b/C2P/Reports/PlaceHolder.file
new file mode 100644
index 0000000..5f28270
--- /dev/null
+++ b/C2P/Reports/PlaceHolder.file
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/C2P/Web.config b/C2P/Web.config
index cde1206..c476dc2 100644
--- a/C2P/Web.config
+++ b/C2P/Web.config
@@ -1,4 +1,4 @@
-
+
@@ -31,7 +31,19 @@
+
+
+
+
+
+
+
+
+
+
+
@@ -85,6 +97,9 @@
+
+
+