change form action from aspx page to master page behind it

Posted by ferrer on Stack Overflow See other posts from Stack Overflow or by ferrer
Published on 2010-06-17T01:00:43Z Indexed on 2010/06/17 1:02 UTC
Read the original article Hit count: 429

Filed under:
|
|

i have a master page and a child aspx page, coneected to each other. the master page has the form in it. Now the child page has checkboxes, whose value i would like to pass to another child page with same master page behind it. Can i change the action=abc.aspx and method=post? How can i send all the checkbox values (checkbox.text = [email protected]) to the next page? there are lots of these values that need to pass to nex tpage.

© Stack Overflow or respective owner

Related posts about forms

Related posts about checkbox