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
remerono
NA
2
0
problem with binding dataset to textboxes
Feb 27 2004 7:00 PM
Hi, i did a binding for a set of text boxes to a typed dataset.. every thing is just fine.. also, after I change the contents of a text box, the content of the typed dataset is also changes,, but the problem here is, the Row state is still unchanged, so when i call the Update method of a dataadapter passing the typed dataset to it after making some changes... nothing gets updated in the database... while the contents of the typed dataset is changed... what should i do??
Reply
Answers (
0
)
delete row method of the dataset
databinding to a single cell in DataTable