With a GridView control in .NET is there any way to change the Select option in a GridView to a Checkbox, how do you select multiple rows?
I tried adding a CheckBoxField into my GridView but when I ran it it didn’t show up.
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.
Adding checkbox to Gridview is as simple as adding TemplateField of any control.
There should be other columns binding data to the grid. Also, check visible property of checkbox.
Refer to this link for more on this. link text