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
Zeeshan Haider
NA
8
437
I want to update my data in a data grid view by other Form.
Aug 19 2020 11:41 PM
Heloo Guys I am making a software but there has been a big error for me i want the data to be updated by other form but when ever i try to do it it always updates the whole data gridview records not just one but all. I also tried this statement:int roll_no = Convert.ToInt32(homepage.bunifuDataGridView1.SelectedRows[0].Cells[0].Value.ToString()); so that the data in the grid view will update records by their id but it didnot worked gives me an error saying:
System.ArgumentOutOfRangeException: 'Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index'
Plz is there anyone who can help me...
Roll_no Index is 0 but it gives me an error.
Reply
Answers (
1
)
Post image using j query
How to Enter Urdu Characters in DatagridView Cell in C#