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
ta mu
NA
201
81.8k
exception unhandled
Dec 11 2013 9:00 AM
string cellvalue = dataGridView1["customer_id", index].Value.ToString();
SqlCommand cmdd = new SqlCommand("SELECT * FROM bike_sales WHERE customer_id='" + cellvalue + "'", my);
SqlDataReader rdd = cmd.ExecuteReader();
rdd.Read();
up.textBox26.Text = rdd["stock_id"].ToString();,,,,,,,,,,,,,,,,,,,,,,here i got error index out of range exception unhandled
whats wrong with it hlp plz
Reply
Answers (
6
)
2-3 line code help needed :)
Customize Auto-increment ID number... in csharp