TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Shovan Saha
NA
321
91.8k
datagridview1 row count less 1
Aug 16 2017 2:08 PM
I have a datagridview1. I want to (count row - 1) and show in a label. I have tried like this error in string to int.
private void lblCountAP()
{
int x = dataGridView1AP.Rows.Count.ToString();
lblCountArmy.Text = x - 1;
}
Reply
Answers (
1
)
In DataGrid both Header and Footer fixed while scrolling
How to delete data by date range