in asp.net linking two webpages and one of them has emails which an user can select who they want to
Posted
by user305112
on Stack Overflow
See other posts from Stack Overflow
or by user305112
Published on 2010-04-06T15:39:05Z
Indexed on
2010/04/06
15:43 UTC
Read the original article
Hit count: 341
I have two pages in the first page i have a button called emails. when the user clicks on the email button it will take them to the emails pages and there i have 12 checkboxes and a OK button. the user can select as many checkboxes as they want. the checkboxes have peoples email in them. after they select it they click on the OK button and which will take them to the page1.aspx where they will fill rest of the information out and when they clicked on the emails button and came back to the page1 it will not erase any of their information. I have redirected the page to emails and back to page1 but i don't know how to save the checked emails from the emails page and clicking OK and taking back to the page1 so the other information on that page is already there not been erased.
© Stack Overflow or respective owner