Hi
I have a ASP page which display 5 records at a time from resulted query. I am using paging record set.
I have sql query on this page. This query take two parameters from previous user search screen.
I stored this values into two variable eg X and Y and passed them to sql query.
The query is working fine and display 5 records. I have Previous and Next button on the screen.
When I click next button, I am getting error on the page, display query with empty parameter on the page.
It look like my two variable to the query is not passing from page to page.
I managed to get Button working with the query, without passing parameter.
Please could help me how to write code for passing parameter from page to page.
Many thank
I have a ASP page which display 5 records at a time from resulted query. I am using paging record set.
I have sql query on this page. This query take two parameters from previous user search screen.
I stored this values into two variable eg X and Y and passed them to sql query.
The query is working fine and display 5 records. I have Previous and Next button on the screen.
When I click next button, I am getting error on the page, display query with empty parameter on the page.
It look like my two variable to the query is not passing from page to page.
I managed to get Button working with the query, without passing parameter.
Please could help me how to write code for passing parameter from page to page.
Many thank