Click here to Skip to main content
16,020,459 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
satc19-Jun-15 14:56
satc19-Jun-15 14:56 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
Eddy Vluggen19-Jun-15 23:32
professionalEddy Vluggen19-Jun-15 23:32 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
PIEBALDconsult18-Jun-15 18:44
mvePIEBALDconsult18-Jun-15 18:44 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
satc18-Jun-15 19:55
satc18-Jun-15 19:55 
QuestionRefresh a bindingsource Pin
satc17-Jun-15 17:02
satc17-Jun-15 17:02 
AnswerRe: Refresh a bindingsource Pin
Dave Kreskowiak17-Jun-15 18:52
mveDave Kreskowiak17-Jun-15 18:52 
GeneralRe: Refresh a bindingsource Pin
satc17-Jun-15 20:02
satc17-Jun-15 20:02 
GeneralRe: Refresh a bindingsource Pin
Dave Kreskowiak18-Jun-15 4:12
mveDave Kreskowiak18-Jun-15 4:12 
Your first post made it sound like you were trying to remove these items from the grid by filtering.

Now you're talking about updating the database, removing these items from the database?

Which is it?

In order for items to be deleted, you have to retrieve the items to be deleted from the database so they are being tracked by Entity Framework. You then, in Entity Frameworks object tracker, tag those objects to be deleted, one by one. Then you can call SaveChanges() and they will be deleted from the database.

You seriously need to pickup a book on Entity Framework and work through it. You're asking a bunch of questions that would have been answered already had you gone through the book.
A guide to posting questions on CodeProject

Click this: Asking questions is a skill.
Seriously, do it.

Dave Kreskowiak

GeneralRe: Refresh a bindingsource Pin
satc18-Jun-15 10:14
satc18-Jun-15 10:14 
GeneralRe: Refresh a bindingsource Pin
Dave Kreskowiak18-Jun-15 10:17
mveDave Kreskowiak18-Jun-15 10:17 
QuestionHow can I use a string as the name to search controls in an application? Pin
econy17-Jun-15 10:12
econy17-Jun-15 10:12 
AnswerRe: How can I use a string as the name to search controls in an application? Pin
Richard Andrew x6417-Jun-15 10:27
professionalRichard Andrew x6417-Jun-15 10:27 
SuggestionRe: How can I use a string as the name to search controls in an application? Pin
Richard Deeming17-Jun-15 10:34
mveRichard Deeming17-Jun-15 10:34 
GeneralRe: How can I use a string as the name to search controls in an application? Pin
econy17-Jun-15 14:56
econy17-Jun-15 14:56 
AnswerRe: How can I use a string as the name to search controls in an application? Pin
Ralf Meier17-Jun-15 18:55
mveRalf Meier17-Jun-15 18:55 
QuestionHow freeze first row in excel by using EPPlus.dll ??? Pin
Dharmesh .S. Patil16-Jun-15 18:37
professionalDharmesh .S. Patil16-Jun-15 18:37 
AnswerRe: How freeze first row in excel by using EPPlus.dll ??? Pin
Richard Deeming17-Jun-15 0:50
mveRichard Deeming17-Jun-15 0:50 
GeneralRe: How freeze first row in excel by using EPPlus.dll ??? Pin
Dharmesh .S. Patil17-Jun-15 0:53
professionalDharmesh .S. Patil17-Jun-15 0:53 
Questionlist view Pin
Paolo Morta16-Jun-15 5:35
Paolo Morta16-Jun-15 5:35 
AnswerRe: list view Pin
Dave Kreskowiak16-Jun-15 5:49
mveDave Kreskowiak16-Jun-15 5:49 
QuestionHow to filter Record using Crystal report 10 in vb 6 with Access database Pin
Member 1154805216-Jun-15 4:32
Member 1154805216-Jun-15 4:32 
AnswerRe: How to filter Record using Crystal report 10 in vb 6 with Access database Pin
CHill6016-Jun-15 5:03
mveCHill6016-Jun-15 5:03 
QuestionHow can I detect if a database exist in a sql server Pin
satc15-Jun-15 15:34
satc15-Jun-15 15:34 
AnswerRe: How can I detect if a database exist in a sql server Pin
PIEBALDconsult15-Jun-15 16:14
mvePIEBALDconsult15-Jun-15 16:14 
QuestionVisual basic book Pin
ammarlodhi15-Jun-15 1:40
ammarlodhi15-Jun-15 1:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.