Click here to Skip to main content
15,889,281 members
Home / Discussions / C#
   

C#

 
GeneralRe: Fingerprint Reader Pin
Harvey Saayman4-Jun-08 4:44
Harvey Saayman4-Jun-08 4:44 
GeneralRe: Fingerprint Reader Pin
Member 47748684-Jun-08 18:14
Member 47748684-Jun-08 18:14 
GeneralRe: Fingerprint Reader Pin
Harvey Saayman8-Jun-08 20:12
Harvey Saayman8-Jun-08 20:12 
GeneralRe: Fingerprint Reader Pin
satiss7pwr1-May-11 21:17
satiss7pwr1-May-11 21:17 
QuestionMessaging system betwenen users of network site Pin
Harinder Sandhu3-Jun-08 18:59
Harinder Sandhu3-Jun-08 18:59 
AnswerRe: Messaging system betwenen users of network site Pin
Sam Xavier3-Jun-08 19:09
Sam Xavier3-Jun-08 19:09 
GeneralRe: Messaging system betwenen users of network site Pin
Harinder Sandhu3-Jun-08 21:11
Harinder Sandhu3-Jun-08 21:11 
QuestionRemoving row from data table Pin
Lijo Rajan3-Jun-08 18:45
Lijo Rajan3-Jun-08 18:45 
Hai all,
I have two data table.dt1,dt2. From dt1 i need to insert some of records into dt2.
for that i am doing like this.
foreach (datarow dr in dt1.rows)
{
here i am adding record into dt2.after adding i am removing tat row from first dt1.
}
so again when it comes to foreach loop its throwing error like this.Collection was modified; enumeration operation might not execute.
can anyone tell me how to rectify this error.
thanks in advance
Lijo
AnswerRe: Removing row from data table Pin
PIEBALDconsult3-Jun-08 19:32
mvePIEBALDconsult3-Jun-08 19:32 
AnswerRe: Removing row from data table Pin
Sam Xavier3-Jun-08 19:37
Sam Xavier3-Jun-08 19:37 
QuestionExpression too complex Pin
joeyan3-Jun-08 18:01
joeyan3-Jun-08 18:01 
AnswerRe: Expression too complex Pin
Christian Graus3-Jun-08 18:15
protectorChristian Graus3-Jun-08 18:15 
GeneralRe: Expression too complex Pin
leppie3-Jun-08 18:24
leppie3-Jun-08 18:24 
GeneralRe: Expression too complex Pin
PIEBALDconsult3-Jun-08 19:29
mvePIEBALDconsult3-Jun-08 19:29 
GeneralRe: Expression too complex Pin
leppie3-Jun-08 23:42
leppie3-Jun-08 23:42 
GeneralRe: Expression too complex Pin
PIEBALDconsult4-Jun-08 7:34
mvePIEBALDconsult4-Jun-08 7:34 
GeneralRe: Expression too complex Pin
leppie4-Jun-08 9:05
leppie4-Jun-08 9:05 
GeneralRe: Expression too complex Pin
joeyan3-Jun-08 22:27
joeyan3-Jun-08 22:27 
GeneralRe: Expression too complex Pin
PIEBALDconsult4-Jun-08 7:33
mvePIEBALDconsult4-Jun-08 7:33 
QuestionDynamaic GridView Issue Pin
GroCareer3-Jun-08 16:46
GroCareer3-Jun-08 16:46 
AnswerRe: Dynamaic GridView Issue Pin
Ashfield3-Jun-08 21:09
Ashfield3-Jun-08 21:09 
Questionthread ID Pin
George_George3-Jun-08 15:40
George_George3-Jun-08 15:40 
AnswerRe: thread ID Pin
Luc Pattyn3-Jun-08 16:46
sitebuilderLuc Pattyn3-Jun-08 16:46 
GeneralRe: thread ID Pin
George_George3-Jun-08 17:02
George_George3-Jun-08 17:02 
GeneralRe: thread ID Pin
anujarya_20013-Jun-08 18:19
anujarya_20013-Jun-08 18:19 

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.