G
Guest
Hello all
I am having a odd problem, I have a page that lists users (GridView), this
list links through to another page when you click on the name. The second
page lists all phone calls they received during the previous month
(GridView). I have done this by a Querystring passing SupportId from the
first to the second page.
The second page GridView data source is based on an SQL statement:
"WHERE (supportid = ?) AND
((Right(Left([datetaken],8),5))=Right(DateAdd("m",-1,Date()),5))"
the [datetaken] field is the date and time the call was received.
This works fine on my computer running it under a local host. However, when
I copy it to my IIS server V6, it does not show any records on the second
page.
Everything else works fine, the list on the first page works ok, even the
second page loads fine but it says No Calls.
Does anyone have a clue why? I have tried almost everything I can think off
but nothing makes a difference.
Many thanks in advance
James
I am having a odd problem, I have a page that lists users (GridView), this
list links through to another page when you click on the name. The second
page lists all phone calls they received during the previous month
(GridView). I have done this by a Querystring passing SupportId from the
first to the second page.
The second page GridView data source is based on an SQL statement:
"WHERE (supportid = ?) AND
((Right(Left([datetaken],8),5))=Right(DateAdd("m",-1,Date()),5))"
the [datetaken] field is the date and time the call was received.
This works fine on my computer running it under a local host. However, when
I copy it to my IIS server V6, it does not show any records on the second
page.
Everything else works fine, the list on the first page works ok, even the
second page loads fine but it says No Calls.
Does anyone have a clue why? I have tried almost everything I can think off
but nothing makes a difference.
Many thanks in advance
James