|
-
Oct 12th, 2008, 01:53 PM
#1
Thread Starter
Frenzied Member
[2008] update datagridviw (urgent)
Hello,
I would like to save that i made in the datagrid view to the database.
datasource of the datagridview is named "NprofileBindingSource1"
How can i save the changes?
Thanks
-
Oct 12th, 2008, 09:43 PM
#2
Re: [2008] update datagridviw (urgent)
What's bound to the BindingSource? A DataTable? If so then you use the same DataAdapter or TableAdapter you used to populate it in the first place. Just call Update instead of Fill.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|