Scraping session last response not showing required data

Need a help!. I am able to get the page with raw data when clicking on proxy's "display Response in browser"
but while running the scraping session same data is not displayed in "last response".

Its a Asp.Net page

The response in Proxy session as below:

:[{\"Approve\":false,\"TimeEntry\":false,\"CandFirstName\":\"Jason\",\"CandLastName\":\"Sanders\",\"ClientName\":\"Nissan\",\"VendorName\":\"Sunrise Systems, Inc-Metuchen, NJ\",\"ReportsToName\":\"Farrell, Mike\",\"ReqTitle\":\"Techline - 24304BR\",\"Minutes\":1350,\"Amendment\":false,\"InvoiceID\":420410,\"InvoiceStsCd\":2,\"TimesheetVersion\":0,\"ProxyConfigured\":false,\"ReqClassDc\":null,\"Email\":null,\"TotalType\":3,\"Total\":684.9,\"Suspended\":false,\"CanSuspend\":false,\"UserId\":877376,\"EngtId\":276422,\"CandOrgId\":2677,\"CandOrgId\":2677,\"PrntCandId\":718331,\"IsDraftAfterRejection\":false,\"TimesheetID\":3588465,\"CandID\":718331,\"EndDate\":\"2016-01-03T00:00:00.000\",\"ApprovedDate\":\"2016-01-04T18:39:38.330\",\"RawApprovedDate\":\"2016-01-04T18:39:38.330\",\"SubmittedDate\":\"2015-12-30T22:25:20.483\",\"RawSubmittedDate\":\"2015-12-30T22:25:20.483\",\"TimesheetStatus\":\"Approved\",\"TmShtStsCd\":3,\"SubmittedBy\":\"Sanders, Jason\",\"ApprovedBy\":\"Farrell, Mike\"},

The last response in Scraping session as below:

search\");ContentPH_disClickMsg.setVisible(!true);ContentPH_gridTime.stateID=\"stTime\";ContentPH_tipClear.html=\"Clear Filter\";if(ContentPH_tipClear.body){ContentPH_tipClear.body.update(\"Clear Filter\");}ctnPHFilter.container.addClass(\"x-column\");cboPHFilter.collapse();Ext.state.Manager.setProvider(new Ext.ux.state.HttpProvider({saveUrl: '/Handlers/GridViewHandler.ashx', autoRead: false, userId: 993650, id: 'timesheet_summary_GridView_stTime'}));ContentPH_gridTime.saveDefaultView();ContentPH_gridTime.applyState([{\"name\":\"stTime\",\"value\":{\"Columns\":[{\"ColumnID\":\"checker\",\"Width\":20},{\"ColumnID\":\"ext-gen11\",\"Width\":52},{\"ColumnID\":\"CandName\",\"Width\":95,\"Sortable\":true,\"FilterOp\":\"3\",\"FilterValue\":\"\"},{\"ColumnID\":\"EndDate\",\"Width\":95,\"Sortable\":true,\"FilterOp\":\"9\"},{\"ColumnID\":\"TimesheetID\",\"Width\":95,\"Sortable\":true,\"FilterOp\":\"5\",\"FilterValue\":\"\"},{\"ColumnID\":\"TimesheetStatus\",\"Width\":95,\"Sortable\":true,\"FilterOp\":\"15\",\"FilterValue\":\"\"},{\"ColumnID\":\"Hours\",\"Width\":95,\"Sortable\":true,\"FilterOp\":\"5\",\"FilterValue\":\"\"},{\"ColumnID\":\"Total\",\"Width\":95,\"Sortable\":true},{\"ColumnID\":\"Amendment\",\"Width\":95,\"Sortable\":true,\"FilterOp\"

Please help me. Thanks,

I would guess that there is

I would guess that there is something wrong in your request. If you go to the scrapeable file, last request tab you can use that to compare the HTTP request the scrape made, versus one you have saved in the the proxy. That I what I would recommend.