Click here to Skip to main content
15,914,444 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to programmatically release resources hold by Thread? Pin
Member 23244835-Nov-08 12:10
Member 23244835-Nov-08 12:10 
GeneralRe: How to programmatically release resources hold by Thread? Pin
Nicholas Butler5-Nov-08 23:08
sitebuilderNicholas Butler5-Nov-08 23:08 
GeneralRe: How to programmatically release resources hold by Thread? Pin
N a v a n e e t h5-Nov-08 16:40
N a v a n e e t h5-Nov-08 16:40 
GeneralRe: How to programmatically release resources hold by Thread? Pin
Nicholas Butler5-Nov-08 23:07
sitebuilderNicholas Butler5-Nov-08 23:07 
GeneralRe: How to programmatically release resources hold by Thread? Pin
Member 23244836-Nov-08 6:27
Member 23244836-Nov-08 6:27 
GeneralRe: How to programmatically release resources hold by Thread? Pin
N a v a n e e t h6-Nov-08 16:30
N a v a n e e t h6-Nov-08 16:30 
QuestionActive Document Container applications in C# Pin
Rinu_Raj5-Nov-08 5:43
Rinu_Raj5-Nov-08 5:43 
Questioncopying data Pin
netJP12L5-Nov-08 5:40
netJP12L5-Nov-08 5:40 
AnswerRe: copying data Pin
adgonz5-Nov-08 6:04
adgonz5-Nov-08 6:04 
GeneralRe: copying data Pin
led mike5-Nov-08 6:18
led mike5-Nov-08 6:18 
GeneralRe: copying data Pin
netJP12L5-Nov-08 7:53
netJP12L5-Nov-08 7:53 
GeneralRe: copying data Pin
led mike5-Nov-08 8:10
led mike5-Nov-08 8:10 
GeneralRe: copying data Pin
netJP12L5-Nov-08 9:47
netJP12L5-Nov-08 9:47 
GeneralRe: copying data Pin
led mike6-Nov-08 5:29
led mike6-Nov-08 5:29 
Question[Message Deleted] Pin
adgonz5-Nov-08 5:28
adgonz5-Nov-08 5:28 
QuestionRe: Add new row in DataGridView when pressing a Button Column Pin
led mike5-Nov-08 6:21
led mike5-Nov-08 6:21 
QuestionRe: Add new row in DataGridView when pressing a Button Column Pin
nelsonpaixao5-Nov-08 13:24
nelsonpaixao5-Nov-08 13:24 
QuestionDataAdapter and DBConcurrencyException Pin
mark_w_5-Nov-08 5:18
mark_w_5-Nov-08 5:18 
I am trying to put together a quick and dirty app, but have hit a problem and need a litle help!!

basically i have a DataAdpter and fill a datatable. This is then bound to a grid, and the user can edit the data (not add or delete records tho)

Easy so far!

Then they can click save and i call

_adapter.Update(_dataTable);

now if some of the data has been changed in the database i get an DBConcurrencyException. What i really want to do is prompt the user for each record that has changed by another app in the database, and ask if they want to force their values on the record or abort that record update, and continue with the rest. Can i do this, still using the _adapter.Update method? if not, whats the easyest (sp) way to do it

Many Thanks

Mark
AnswerRe: DataAdapter and DBConcurrencyException Pin
mark_w_5-Nov-08 5:59
mark_w_5-Nov-08 5:59 
QuestionMerge DataTable Pin
Kit Fisto5-Nov-08 4:48
Kit Fisto5-Nov-08 4:48 
AnswerRe: Merge DataTable Pin
snorkie5-Nov-08 6:25
professionalsnorkie5-Nov-08 6:25 
GeneralRe: Merge DataTable Pin
Kit Fisto5-Nov-08 23:32
Kit Fisto5-Nov-08 23:32 
QuestionHow can I use regex to match CSV record? Pin
stormydaniels5-Nov-08 3:57
stormydaniels5-Nov-08 3:57 
AnswerRe: How can I use regex to match CSV record? Pin
Ashfield5-Nov-08 4:13
Ashfield5-Nov-08 4:13 
GeneralRe: How can I use regex to match CSV record? Pin
stormydaniels5-Nov-08 4:44
stormydaniels5-Nov-08 4:44 

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.