change form action from aspx page to master page behind it
- by ferrer
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.