P
paulsanna
Hi there,
I have 2 buttons on the source page that would submit the form to the
target. The target page page would do something different with the
results based on which button was clicked. I am using a POST to submit
and change pages and i do not want to use a query string.
Can someone help out with how to determine on the target page the
button that was clicked? I suppose I could set the value of a public
property on the source page on the click event....
I have 2 buttons on the source page that would submit the form to the
target. The target page page would do something different with the
results based on which button was clicked. I am using a POST to submit
and change pages and i do not want to use a query string.
Can someone help out with how to determine on the target page the
button that was clicked? I suppose I could set the value of a public
property on the source page on the click event....