Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
AnswerRe: Regular Expression problem Pin
Mircea Puiu29-Jun-07 1:19
Mircea Puiu29-Jun-07 1:19 
Question.aspx.cs+javascript [modified] Pin
razanabanu29-Jun-07 0:35
razanabanu29-Jun-07 0:35 
AnswerRe: .aspx.cs+javascript Pin
Christian Graus29-Jun-07 0:38
protectorChristian Graus29-Jun-07 0:38 
AnswerRe: .aspx.cs+javascript Pin
blue_arc29-Jun-07 1:00
blue_arc29-Jun-07 1:00 
GeneralRe: .aspx.cs+javascript Pin
Christian Graus29-Jun-07 1:10
protectorChristian Graus29-Jun-07 1:10 
GeneralRe: .aspx.cs+javascript Pin
razanabanu29-Jun-07 1:24
razanabanu29-Jun-07 1:24 
QuestionMerging Datasets Pin
oceanexplorer29-Jun-07 0:18
oceanexplorer29-Jun-07 0:18 
AnswerRe: Merging Datasets Pin
Urs Enzler29-Jun-07 0:28
Urs Enzler29-Jun-07 0:28 
I suggest to use an approach of your own, not the Merge method. The Merge method updates the values in the target DataSet.

Why not just loop through all rows in the Master DataSet, look for a row in the CLient DataSet with same id (or something similar) and if none is found, then load the master row to the client DataSet.

Methods to use:
- foreach () for looping over Master DataSet
- FindById(id) for searching the row in Client DataSet (assuming it's a typed DataSet with PrimaryKey id)
- LoadRow(row) to load row into Client DataSet

Happy Programming
Urs


-^-^-^-^-^-
no risk no funk

GeneralRe: Merging Datasets Pin
oceanexplorer29-Jun-07 0:41
oceanexplorer29-Jun-07 0:41 
QuestionPause Form Pin
M. J. Jaya Chitra29-Jun-07 0:05
M. J. Jaya Chitra29-Jun-07 0:05 
AnswerRe: Pause Form Pin
Martin#29-Jun-07 0:14
Martin#29-Jun-07 0:14 
AnswerRe: Pause Form Pin
Urs Enzler29-Jun-07 0:29
Urs Enzler29-Jun-07 0:29 
AnswerRe: Pause Form Pin
Christian Graus29-Jun-07 0:39
protectorChristian Graus29-Jun-07 0:39 
AnswerRe: Pause Form Pin
Mircea Puiu29-Jun-07 1:40
Mircea Puiu29-Jun-07 1:40 
QuestionWeb Service functions parameters Pin
Zahid Rsons29-Jun-07 0:01
Zahid Rsons29-Jun-07 0:01 
AnswerRe: Web Service functions parameters Pin
blue_arc29-Jun-07 1:03
blue_arc29-Jun-07 1:03 
GeneralRe: Web Service functions parameters Pin
Zahid Rsons29-Jun-07 23:56
Zahid Rsons29-Jun-07 23:56 
Questionmultiple inheritance workaround? Pin
donovan.solms28-Jun-07 22:48
donovan.solms28-Jun-07 22:48 
AnswerRe: multiple inheritance workaround? Pin
Manas Bhardwaj28-Jun-07 22:54
professionalManas Bhardwaj28-Jun-07 22:54 
AnswerRe: multiple inheritance workaround? Pin
Vasudevan Deepak Kumar28-Jun-07 22:54
Vasudevan Deepak Kumar28-Jun-07 22:54 
AnswerRe: multiple inheritance workaround? Pin
Kevin McFarlane29-Jun-07 0:32
Kevin McFarlane29-Jun-07 0:32 
GeneralRe: multiple inheritance workaround? Pin
donovan.solms28-Jun-07 23:45
donovan.solms28-Jun-07 23:45 
AnswerRe: multiple inheritance workaround? Pin
Mircea Puiu29-Jun-07 1:48
Mircea Puiu29-Jun-07 1:48 
Questionsort generic collection Pin
arkiboys28-Jun-07 22:24
arkiboys28-Jun-07 22:24 
AnswerRe: sort generic collection Pin
Vasudevan Deepak Kumar28-Jun-07 22:55
Vasudevan Deepak Kumar28-Jun-07 22:55 

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.