i am trying to add a checkbox to the contacts list. how do i add a checkbox to every row in a list and retrieve those checked values.??
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As you may be displaying contact information in a list ,assuming you are using table,you can make one td tag having input type checkbox name as an array
and when you click on checkbox and posting the page only selected checkbox value is sended