Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
C# checking if a row in a datagridview is selected
Ari
13y
9k
1
Reply
How would I accomplish this?
I've tried the following, but to no avail.
if (dgvClient.SelectedRows.Count == 1)
{
selected = true;
}
Thanks.
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
How to call event delegates from another project in c#/winforms?
populate a drop down in a OO manner