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
sangeetha k
NA
207
51.3k
this code gives me there is no datq at position 0 why is it
Sep 18 2017 7:20 AM
int product_id = Convert.ToInt32(txtPid.Text);
int category_id = Convert.ToInt32(txtCategoryid.Text);
DataSet dsOrderDetail = new DataSet();
dsOrderDetail = bal.getRecordDisplay(product_id, category_id);
txtPRodName.Text = dsOrderDetail.Tables[0].Rows[0]["product_name"].ToString();
txtdesc.Text = dsOrderDetail.Tables[0].Rows[1]["product_description"].ToString();
txtPrice.Text = dsOrderDetail.Tables[0].Rows[2]["price"].ToString();
txtavlblty.Text = dsOrderDetail.Tables[0].Rows[3]["Availability"].ToString();
Reply
Answers (
2
)
Tab selection in mvc view
Login & logout Time Tracker for Web App !!