Posted on: 2/27/2015 1:52:12 AM | Views : 635

I still even have more problems of generating the report. My project is due next week.
Even when I tried to change the source code and code-behind, it still gives me the same data filtering problem - showing all the data instead of filtered.
I've changed to the number-based value of the Internet Access, NSF, and Loan Computer in both report and GenReport.
When I want to select all the data filtered in report.aspx, it gives me an error:

Cannot perform 'Like' operation on System.Int32 and System.String
report.aspx
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="report.aspx.cs" Inherits="IT_application_form_v4.admin.report" %> <asp:Content ID="Content2" Conten ...

Go to the complete details ...