Click here to Skip to main content
15,929,439 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need help in C#.NET 2005 beta 2 Pin
tom_dx28-Jun-05 6:24
tom_dx28-Jun-05 6:24 
GeneralRe: Need help in C#.NET 2005 beta 2 Pin
tom_dx28-Jun-05 6:40
tom_dx28-Jun-05 6:40 
GeneralManipulating TreeView Nodes and C# Pin
crazy_girl27-Jun-05 13:13
crazy_girl27-Jun-05 13:13 
GeneralRe: Manipulating TreeView Nodes and C# Pin
S. Senthil Kumar27-Jun-05 16:31
S. Senthil Kumar27-Jun-05 16:31 
GeneralRe: Manipulating TreeView Nodes and C# Pin
crazy_girl29-Jun-05 6:40
crazy_girl29-Jun-05 6:40 
GeneralUsing Passport .NET for SSI Pin
dgap27-Jun-05 13:07
dgap27-Jun-05 13:07 
Generalgraphics.Clear(color) - Incorrect color! Pin
redact20727-Jun-05 9:26
redact20727-Jun-05 9:26 
GeneralRe: graphics.Clear(color) - Incorrect color! Pin
Daniel Monzert27-Jun-05 10:01
Daniel Monzert27-Jun-05 10:01 
GeneralRe: graphics.Clear(color) - Incorrect color! Pin
redact20727-Jun-05 10:20
redact20727-Jun-05 10:20 
GeneralRe: graphics.Clear(color) - Incorrect color! Pin
Dan Neely27-Jun-05 10:47
Dan Neely27-Jun-05 10:47 
GeneralRe: graphics.Clear(color) - Incorrect color! Pin
Roger Alsing28-Jun-05 2:30
Roger Alsing28-Jun-05 2:30 
GeneralRe: graphics.Clear(color) - Incorrect color! Pin
Anthony Baraff28-Jun-05 2:32
Anthony Baraff28-Jun-05 2:32 
GeneralRichTextBox, manipulating RTF directly Pin
Daniel Monzert27-Jun-05 7:31
Daniel Monzert27-Jun-05 7:31 
GeneralUser Control MouseEnter MouseLeave Problems Pin
notacake27-Jun-05 6:36
notacake27-Jun-05 6:36 
GeneralRe: User Control MouseEnter MouseLeave Problems Pin
david cohoon27-Jun-05 7:38
david cohoon27-Jun-05 7:38 
GeneralRe: User Control MouseEnter MouseLeave Problems Pin
notacake27-Jun-05 8:26
notacake27-Jun-05 8:26 
GeneralDatasets & RowStates Pin
farhan197627-Jun-05 5:26
farhan197627-Jun-05 5:26 
GeneralRe: Datasets & RowStates Pin
david cohoon27-Jun-05 7:41
david cohoon27-Jun-05 7:41 
GeneralRe: Datasets & RowStates Pin
Luis Alonso Ramos27-Jun-05 9:30
Luis Alonso Ramos27-Jun-05 9:30 
The idea is that you perform the editions on the rows (add, delete, modify) and then, somewhere else, you check which rows have been modified and save only those to the database. You then call AcceptChanges. Then, after the next set of changes, only the newly-changed rows will require saving to the real database.

If you use a data adapter, it automatically calls AcceptChanges in Update after updating the database.

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!

Generalshared folders Pin
amarsumanth27-Jun-05 4:54
amarsumanth27-Jun-05 4:54 
GeneralRe: shared folders Pin
Judah Gabriel Himango27-Jun-05 8:57
sponsorJudah Gabriel Himango27-Jun-05 8:57 
GeneralAre you good with Maths API Pin
hasanali0027-Jun-05 4:05
hasanali0027-Jun-05 4:05 
GeneralRe: Are you good with Maths API Pin
DavidNohejl27-Jun-05 4:13
DavidNohejl27-Jun-05 4:13 
GeneralRe: Are you good with Maths API Pin
mav.northwind27-Jun-05 4:19
mav.northwind27-Jun-05 4:19 
GeneralRe: Are you good with Maths API Pin
Roger Wright27-Jun-05 4:28
professionalRoger Wright27-Jun-05 4:28 

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.