Click here to Skip to main content
15,910,234 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionmapi33 Pin
campk12-Dec-08 2:50
campk12-Dec-08 2:50 
QuestionManage file type properties? Pin
Nagaraj Muthuchamy12-Dec-08 2:16
professionalNagaraj Muthuchamy12-Dec-08 2:16 
AnswerRe: Manage file type properties? Pin
Giorgi Dalakishvili12-Dec-08 3:02
mentorGiorgi Dalakishvili12-Dec-08 3:02 
AnswerRe: Manage file type properties? Pin
Thomas Stockwell17-Dec-08 5:32
professionalThomas Stockwell17-Dec-08 5:32 
Questiondate and time question Pin
Neha V12-Dec-08 0:38
Neha V12-Dec-08 0:38 
AnswerRe: date and time question Pin
Simon P Stevens12-Dec-08 0:59
Simon P Stevens12-Dec-08 0:59 
QuestionDataTable Reset method Pin
Coding12345611-Dec-08 11:48
Coding12345611-Dec-08 11:48 
AnswerRe: DataTable Reset method Pin
Dave Kreskowiak12-Dec-08 4:22
mveDave Kreskowiak12-Dec-08 4:22 
It's the state that the original records were in before any changes were made. It basically throws out all the changes to the dataset/datatable it's called on. So, if you have a bunch of records in a databtable, let the user makes changes, you can throw out all the changes by calling Reset. If you call the Update method on a dataadapter, it will look at all the changes that have to be made, as tracked by the datatable, and update the database with each change appropriately. Reset throws out all those changes before you can attempt to update the database.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




QuestionHow to obtain VisualStyles color schemes Pin
paralyzah11-Dec-08 9:42
paralyzah11-Dec-08 9:42 
GeneralRe: How to obtain VisualStyles color schemes Pin
Luc Pattyn11-Dec-08 12:38
sitebuilderLuc Pattyn11-Dec-08 12:38 
GeneralRe: How to obtain VisualStyles color schemes Pin
paralyzah11-Dec-08 19:21
paralyzah11-Dec-08 19:21 
GeneralRe: How to obtain VisualStyles color schemes Pin
Dave Kreskowiak11-Dec-08 21:28
mveDave Kreskowiak11-Dec-08 21:28 
GeneralRe: How to obtain VisualStyles color schemes Pin
paralyzah14-Dec-08 10:24
paralyzah14-Dec-08 10:24 
AnswerRe: How to obtain VisualStyles color schemes Pin
Pete O'Hanlon14-Dec-08 10:41
mvePete O'Hanlon14-Dec-08 10:41 
QuestionSystem.InvalidOperationException Pin
Member 187172011-Dec-08 4:45
Member 187172011-Dec-08 4:45 
QuestionRe: System.InvalidOperationException Pin
led mike11-Dec-08 6:58
led mike11-Dec-08 6:58 
AnswerRe: System.InvalidOperationException Pin
Jon_Boy11-Dec-08 7:04
Jon_Boy11-Dec-08 7:04 
GeneralRe: System.InvalidOperationException Pin
Member 187172030-Dec-08 22:47
Member 187172030-Dec-08 22:47 
QuestionBinding Source Refresh Problem Pin
omiknight10-Dec-08 16:37
omiknight10-Dec-08 16:37 
AnswerRe: Binding Source Refresh Problem Pin
Brij11-Dec-08 17:23
mentorBrij11-Dec-08 17:23 
AnswerRe: Binding Source Refresh Problem Pin
ShilpaGInode14-Dec-08 20:56
ShilpaGInode14-Dec-08 20:56 
QuestionMigrating UDP Broadcast code from a C++ program to C# Pin
jwangAimCo10-Dec-08 11:46
jwangAimCo10-Dec-08 11:46 
QuestionRe: Migrating UDP Broadcast code from a C++ program to C# Pin
led mike11-Dec-08 4:53
led mike11-Dec-08 4:53 
QuestionRe: Migrating UDP Broadcast code from a C++ program to C# Pin
jwangAimCo11-Dec-08 5:56
jwangAimCo11-Dec-08 5:56 
AnswerRe: Migrating UDP Broadcast code from a C++ program to C# Pin
led mike11-Dec-08 6:24
led mike11-Dec-08 6:24 

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.