Hi,
I have an issue with url when it is returning to the browser, actually on
submit button click the URL should return as "?q=myview/test&page=0" instead
it is returning "?q=myview/test%26page%3D0 ". I have used same code
"?q=myview/test&page=0" for the link, i have used urldecode function still no
luck, can anybody help me in solving this issue.
Advance Thanks
Ram
I have an issue with url when it is returning to the browser, actually on
submit button click the URL should return as "?q=myview/test&page=0" instead
it is returning "?q=myview/test%26page%3D0 ". I have used same code
"?q=myview/test&page=0" for the link, i have used urldecode function still no
luck, can anybody help me in solving this issue.
Advance Thanks
Ram
Comment