Question
searching a Problem?
I am doing a currently searching on my project where i pass
all my values through GET method of form, they appear on the
address bar as to whatever value is passwed, the results display
properly.
I am using the navigation in results to display 10 recors and them moving like:
<a href="#CGI.SCRIPT_NAME#?personName=#url.personanme#&startRow=#startRowBack#">
when i move to next 10 rows and it automatically the last &startRow=#startRowBack# like &startRow=10 with the next paging and it generates error..
Is there a possbility how can i fix this issue/
if post method is fine can anyone guide me how i can do it?
if my approach is ok, then hardcoding the original values will make the string quite bigger.
So what shouldd be done here
please guide me?
Cheers
I am using the navigation in results to display 10 recors and them moving like:
<a href="#CGI.SCRIPT_NAME#?personName=#url.personanme#&startRow=#startRowBack#">
when i move to next 10 rows and it automatically the last &startRow=#startRowBack# like &startRow=10 with the next paging and it generates error..
Is there a possbility how can i fix this issue/
if post method is fine can anyone guide me how i can do it?
if my approach is ok, then hardcoding the original values will make the string quite bigger.
So what shouldd be done here
please guide me?
Cheers
