Click here to Skip to main content
15,917,951 members
Home / Discussions / C#
   

C#

 
GeneralProblems with streamwriter output to.csv..........help needed Pin
robustm12-Mar-08 8:01
robustm12-Mar-08 8:01 
GeneralRe: Problems with streamwriter output to.csv..........help needed Pin
Paul Conrad12-Mar-08 8:36
professionalPaul Conrad12-Mar-08 8:36 
GeneralRe: Problems with streamwriter output to.csv..........help needed Pin
KaptinKrunch12-Mar-08 11:53
KaptinKrunch12-Mar-08 11:53 
GeneralRe: Problems with streamwriter output to.csv..........help needed Pin
robustm13-Mar-08 4:00
robustm13-Mar-08 4:00 
GeneralCollections in c# Pin
Rachel888s12-Mar-08 6:41
Rachel888s12-Mar-08 6:41 
GeneralRe: Collections in c# Pin
Not Active12-Mar-08 6:50
mentorNot Active12-Mar-08 6:50 
JokeRe: Collections in c# Pin
Anthony Mushrow12-Mar-08 7:28
professionalAnthony Mushrow12-Mar-08 7:28 
GeneralControl C# Pin
paulhighstreet12-Mar-08 5:35
paulhighstreet12-Mar-08 5:35 
GeneralRe: Control C# Pin
Colin Angus Mackay12-Mar-08 5:39
Colin Angus Mackay12-Mar-08 5:39 
GeneralRe: Control C# Pin
paulhighstreet12-Mar-08 6:01
paulhighstreet12-Mar-08 6:01 
GeneralRe: Control C# Pin
DaveyM6912-Mar-08 6:03
professionalDaveyM6912-Mar-08 6:03 
GeneralRe: Control C# Pin
paulhighstreet12-Mar-08 7:23
paulhighstreet12-Mar-08 7:23 
General[Message Deleted] Pin
arkiboys12-Mar-08 5:04
arkiboys12-Mar-08 5:04 
GeneralRe: datagridview dynamic build Pin
Justin Perez12-Mar-08 5:12
Justin Perez12-Mar-08 5:12 
GeneralRe: [Message Deleted] Pin
Paul Conrad12-Mar-08 5:20
professionalPaul Conrad12-Mar-08 5:20 
Generaldatagridview .net 2.0 Pin
arkiboys12-Mar-08 4:53
arkiboys12-Mar-08 4:53 
General[Message Deleted] Pin
arkiboys12-Mar-08 4:21
arkiboys12-Mar-08 4:21 
GeneralRe: datagridview Pin
Justin Perez12-Mar-08 4:33
Justin Perez12-Mar-08 4:33 
GeneralPDF resize Pin
R.Myers12-Mar-08 4:03
R.Myers12-Mar-08 4:03 
GeneralFile sending problem in chat server Pin
Ranjan Kumar Mallick12-Mar-08 3:52
Ranjan Kumar Mallick12-Mar-08 3:52 
GeneralRe: File sending problem in chat server Pin
Not Active12-Mar-08 4:22
mentorNot Active12-Mar-08 4:22 
GeneralC# Command Line Argument Pin
Navneet Hegde12-Mar-08 3:44
Navneet Hegde12-Mar-08 3:44 
GeneralRe: C# Command Line Argument Pin
Not Active12-Mar-08 4:19
mentorNot Active12-Mar-08 4:19 
GeneralCsharp ADO change data in datagridview Pin
baranils12-Mar-08 3:37
baranils12-Mar-08 3:37 
Hello

After many tries it seemt to me that there is NO safe way to programaticaly make change to a datagridview binded to a datatable in order to get those changes by the getchange method before updating database.

If data are entered manualy by the user : no problem
But if they are changed programaticaly, it seems that the changes are reflected at random :sometime yes, sometime no

The ONLY safe way I found is to use the DataBoundItem of the row in the DGV to acceed the row in the datatable and directly make changes in the datatable

Does anyone had such experience ?
GeneralRe: Csharp ADO change data in datagridview Pin
LongRange.Shooter13-Mar-08 4:57
LongRange.Shooter13-Mar-08 4:57 

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.