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
it_farooq
NA
19
0
delete row method of the dataset
Feb 27 2004 8:02 AM
I have the Following code: myDataSet.Tables[0].rows[10].delete(); This code deletes the record. but when i again try to go forward from 9 to 10 record, it displays error: "Data row information can't be accessed through the row." if i call the update method with data adapter, it actually updates the database as well, which i don't want. i want to call the update method later in the code, which actually updates the database at that time, so what should i do.
Reply
Answers (
0
)
Complementing Databind information to a combo/list box.
problem with binding dataset to textboxes