Click here to Skip to main content
15,910,981 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# and crystal report Pin
keyboard warrior20-May-08 9:19
keyboard warrior20-May-08 9:19 
GeneralRe: C# and crystal report Pin
shabonaa20-May-08 10:00
shabonaa20-May-08 10:00 
GeneralRe: C# and crystal report [modified] Pin
keyboard warrior20-May-08 11:48
keyboard warrior20-May-08 11:48 
AnswerRe: C# and crystal report Pin
darkelv20-May-08 15:13
darkelv20-May-08 15:13 
Questionfind a Control psition in tableLayoutPanel Pin
Alireaza.alavian20-May-08 8:29
Alireaza.alavian20-May-08 8:29 
QuestionHow to order ToolStrip Pin
s196675m20-May-08 8:01
s196675m20-May-08 8:01 
AnswerRe: How to order ToolStrip Pin
ZejulioZ1-Apr-09 22:49
ZejulioZ1-Apr-09 22:49 
QuestionBarcode type recognision Pin
paper6720-May-08 7:56
paper6720-May-08 7:56 
AnswerCROSS POST Pin
leckey20-May-08 7:59
leckey20-May-08 7:59 
QuestionBadImageFormatException while calling DLL in C# winx64 system? Why it gives error? Pin
sharp_k20-May-08 7:39
sharp_k20-May-08 7:39 
Questionhow to pass value of one page to another Pin
salil_k_singh20-May-08 6:21
salil_k_singh20-May-08 6:21 
AnswerRe: how to pass value of one page to another Pin
User 665820-May-08 6:43
User 665820-May-08 6:43 
AnswerRe: how to pass value of one page to another Pin
Gareth H20-May-08 7:12
Gareth H20-May-08 7:12 
QuestionDataSet merge method usage question. Pin
oscarderooij20-May-08 5:44
oscarderooij20-May-08 5:44 
AnswerRe: DataSet merge method usage question. Pin
topcatalpha20-May-08 21:27
topcatalpha20-May-08 21:27 
GeneralRe: DataSet merge method usage question. Pin
oscarderooij21-May-08 7:35
oscarderooij21-May-08 7:35 
Thanks a lot for your help Kurt!

Your code was successfully adapted to my application just by adding a check before updating rows

if (!dtbTabela.Columns[iContador3].ReadOnly)
{
   UpdateRow = true;
   Row[Table.Columns[ctr3].ColumnName] = IncomingRow[Table.Columns[ctr3].ColumnName];
}


I needed to do that because we have ReadOnly columns that are calculated based on the childs, this way by changing the childs it will automatically modify the parent.

What's pitty is that merging the datasets didn't improve the performance as we thought it would... but hey, sh*t happends.

I learned a lot from your code.
Thanks again!
Oscar
QuestionC# Programming Challenge - By Reelix Pin
Reelix20-May-08 5:03
Reelix20-May-08 5:03 
AnswerRe: C# Programming Challenge - By Reelix [modified] Pin
originSH20-May-08 5:33
originSH20-May-08 5:33 
GeneralRe: C# Programming Challenge - By Reelix Pin
ssclaire20-May-08 6:35
ssclaire20-May-08 6:35 
GeneralRe: C# Programming Challenge - By Reelix Pin
User 665820-May-08 6:40
User 665820-May-08 6:40 
GeneralRe: C# Programming Challenge - By Reelix Pin
Guffa20-May-08 9:17
Guffa20-May-08 9:17 
GeneralRe: C# Programming Challenge - By Reelix Pin
Reelix20-May-08 9:10
Reelix20-May-08 9:10 
AnswerRe: C# Programming Challenge - By Reelix Pin
geekfromindia20-May-08 5:51
geekfromindia20-May-08 5:51 
GeneralRe: C# Programming Challenge - By Reelix Pin
Reelix20-May-08 9:05
Reelix20-May-08 9:05 
AnswerRe: C# Programming Challenge - By Reelix Pin
geekfromindia20-May-08 5:56
geekfromindia20-May-08 5:56 

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.