Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I figure out wich check have been selected?

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I need to know how to figure out which checkboxes have been selected by using the DoGet() method, NOT the doPost(). Using the doPost() would be easy because it passes all the selected checkboxes into the requset object, but I cant figure out how to do it using the doGet()! If I place the checkboxes into the session object, I run into a problem when I use the getParameterNames()/getParameterValues -all checkboxes and their values are in there. It dosn't distinguish which have been checked and which have not, all checkboxes are placed into the session object reguardless. HELP! What can I do to find out which boxes have been checked?
Thankyou.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top