How can i get the index of a datagridview row by column value of that row ? And also , how can i update the datagridview when a value of a column has been changed ?
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.
Re comment — find which rows contain a value of x:
Should be something like this (not tested)
I think what you want is this, but your question is not 100% clear.