I have a select/unselect all checkbox in my header template of a gridview. How can I make the select/unselect all functionality work for uplevel and downlevel browsers? Is the check in JavaScript and what do I check for?
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.
Using javascript.
HTML:
Javascript:
Edit: If you like server side solution, here is an example not exactly what you need but sure your can modify it to check/uncheck the checkboxes.