This problem is specific to Jquery mobile. I believe it is due to the Ajax call that JQ mobile makes on submit ( rather than the normal browser submit).
To fix the problem, we need to block Jquery Ajax call.
I used data-ajax="false" in the link calling the page .. that had the oResponse.Redirect(lcLogicalFile).
To fix the problem, we need to block Jquery Ajax call.
I used data-ajax="false" in the link calling the page .. that had the oResponse.Redirect(lcLogicalFile).