S
Sehboo
I have two forms. Form1 has two hidden fields and a button. When
when I click on the button, I want to perform some action and then I
want to post the data from those two hidden fields to form2. I cannot
use the query string, I have to post the data, after I do some
processing in the click event.
How can I do that? any pointers? thanks
when I click on the button, I want to perform some action and then I
want to post the data from those two hidden fields to form2. I cannot
use the query string, I have to post the data, after I do some
processing in the click event.
How can I do that? any pointers? thanks