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
Vigo Vigo
NA
6
2.1k
Devexpress - How to save only the checked records? C#
Jan 25 2014 1:07 AM
Hi community. i have a problem...
I have a table called "Details", this table has a column called "invoice", this column is of data type "bit"
The records in this table are displayed in a gridview. I have a button called "btnSaveAll" obviously this button saves all changes in the records of this table, the problem occurs in certain occasions you need not save all, only some records, for this reason I have that column called "invoice".
How I can save only records with column "invoice" in checked?.
I mention the user decide the record that want to save
I am working with dataset and TableAdapters.
Please, helps, THANKS
Button Save ALL
private void btnSaveAll_Click(object sender, EventArgs e)
{
DetailsTableAdapter.Adapter.Update(DSDataSet.Details);
}
somebody help me please... THANKS
Reply
Answers (
0
)
compiling C# program using vs2012 command prompt
Auto Generation of EMP Numbers