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
Israel
698
1.3k
217.7k
What same time this message appear
Jan 18 2017 3:56 AM
Hi!
I have three columns. Curiously. When I click on my datagridview same time this message appear:
Column price does exit.
When I go to verify my table this column exist. What happen???
I am using a MS Access Database.
if (e.RowIndex >= 0)
{
DataGridViewRow row = this.dgvConsultasMenu.Rows[e.RowIndex];
lblID.Text = row.Cells["ID"].Value.ToString();
txtnature.Text = row.Cells["nature"].Value.ToString();
txtPrice.Text = row.Cells["price"].Value.ToString();
txtMenu.Text = row.Cells["menu"].Value.ToString();
dgvConsultasMenu.CurrentCell = dgvConsultasMenu.Rows[dgvConsultasMenu.Rows.Count - 1].Cells[0];
Thank you,
Israel.
Reply
Answers (
2
)
Index was out of range. Must be non-negative and less than t
FullCalendar Recurring