I am using 3 tier programming
So in my Data Access Layer I have the following code
In my business Logic Code I have this:
In my Presentation Layer I have the following code:
So here is the real problem start:
I want to display in this way
On my Y Axis Label( look at the attachment)
It will be the record date( 12/21/2012,
12/22/2012, 12/23/2012)
On my X Axis Label(look at the attachment)
It will be 1 to 100
My series 1 will be NoOfClick
My series 2 will be NoOfView
I tried the following but it said
The type of column with name Record Date is not numeric