c# i'm not editing my collection,but the program show me InvalidOperationException error -


i don't understand why code not work.

 foreach (datarow dr in dtr.rows)         {             = new kustom.metier.authentification.utilisateur(convert.toint32(dr[0]), dr[1].tostring().trim(), dr[2].tostring().trim(), convert.toboolean(dr[3]), _droitdal.getdroits(convert.toint32(dr[0])));             list.add(a);         } 


Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - Chrome Extension: Interacting with iframe embedded within popup -