Click here to Skip to main content
15,889,767 members
Home / Discussions / C#
   

C#

 
GeneralRe: Encrypting XML **elements** Pin
SledgeHammer017-Jan-13 6:34
SledgeHammer017-Jan-13 6:34 
AnswerRe: Encrypting XML **elements** Pin
Mustafa Kok8-Jan-13 23:46
professionalMustafa Kok8-Jan-13 23:46 
QuestionDelete specific matching rows in datatable Pin
Member 97041536-Jan-13 8:20
Member 97041536-Jan-13 8:20 
AnswerRe: Delete specific matching rows in datatable Pin
Wendelius6-Jan-13 8:30
mentorWendelius6-Jan-13 8:30 
GeneralRe: Delete specific matching rows in datatable Pin
Member 97041536-Jan-13 9:36
Member 97041536-Jan-13 9:36 
GeneralRe: Delete specific matching rows in datatable Pin
Wendelius6-Jan-13 9:58
mentorWendelius6-Jan-13 9:58 
GeneralRe: Delete specific matching rows in datatable Pin
Member 97041536-Jan-13 10:13
Member 97041536-Jan-13 10:13 
GeneralRe: Delete specific matching rows in datatable Pin
Wendelius6-Jan-13 10:17
mentorWendelius6-Jan-13 10:17 
That was still left from the previous version. I corrected the original answer.

The rows aren't deleted until you call AcceptChanges. They are only marked to be deleted. So depending if you have a database where you want to reflect the changes, you can first mark the rows to be deleted, actually delete from a database and the accept any pending changes.

Have a look at DataTable.AcceptChanges Method[^]
The need to optimize rises from a bad design.My articles[^]

GeneralRe: Delete specific matching rows in datatable Pin
Member 97041536-Jan-13 10:26
Member 97041536-Jan-13 10:26 
GeneralRe: Delete specific matching rows in datatable Pin
Wendelius6-Jan-13 11:20
mentorWendelius6-Jan-13 11:20 
GeneralRe: Delete specific matching rows in datatable Pin
Member 97041536-Jan-13 11:45
Member 97041536-Jan-13 11:45 
GeneralRe: Delete specific matching rows in datatable Pin
Wendelius6-Jan-13 12:06
mentorWendelius6-Jan-13 12:06 
QuestionRow level security with View (SQL) and how to model in Entity Frame work Pin
Ali_Sarshogh6-Jan-13 6:56
Ali_Sarshogh6-Jan-13 6:56 
QuestionApplication for a dedicated PC, uncloseable Pin
Zaid Pirwani5-Jan-13 10:28
Zaid Pirwani5-Jan-13 10:28 
AnswerRe: Application for a dedicated PC, uncloseable Pin
Eddy Vluggen5-Jan-13 10:57
professionalEddy Vluggen5-Jan-13 10:57 
GeneralRe: Application for a dedicated PC, uncloseable Pin
Zaid Pirwani5-Jan-13 18:53
Zaid Pirwani5-Jan-13 18:53 
GeneralRe: Application for a dedicated PC, uncloseable Pin
Eddy Vluggen6-Jan-13 1:22
professionalEddy Vluggen6-Jan-13 1:22 
AnswerRe: Application for a dedicated PC, uncloseable Pin
jschell6-Jan-13 5:06
jschell6-Jan-13 5:06 
Questionproblem in opening word file with c# Pin
a.ergin5-Jan-13 2:09
a.ergin5-Jan-13 2:09 
AnswerRe: problem in opening word file with c# Pin
Sandeep Mewara5-Jan-13 6:03
mveSandeep Mewara5-Jan-13 6:03 
GeneralRe: problem in opening word file with c# Pin
a.ergin5-Jan-13 11:57
a.ergin5-Jan-13 11:57 
AnswerRe: problem in opening word file with c# Pin
Sandeep Mewara5-Jan-13 19:09
mveSandeep Mewara5-Jan-13 19:09 
GeneralRe: problem in opening word file with c# Pin
a.ergin5-Jan-13 23:52
a.ergin5-Jan-13 23:52 
Questionhow to set folder location of showsaveasdialog in webbrowser control Pin
nitin_ion5-Jan-13 1:15
nitin_ion5-Jan-13 1:15 
QuestionDevelop Expense Management Tool in C# using ASP.Net Pin
Tushar Urade4-Jan-13 23:59
Tushar Urade4-Jan-13 23:59 

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.