Click here to Skip to main content
15,880,796 members
Home / Discussions / C#
   

C#

 
GeneralRe: Injection Games Menu. Pin
Eddy Vluggen17-Dec-09 3:40
professionalEddy Vluggen17-Dec-09 3:40 
AnswerRe: Injection Games Menu. Pin
EliottA17-Dec-09 3:01
EliottA17-Dec-09 3:01 
GeneralRe: Injection Games Menu. Pin
evangile17-Dec-09 3:28
evangile17-Dec-09 3:28 
GeneralRe: Injection Games Menu. Pin
EliottA17-Dec-09 3:31
EliottA17-Dec-09 3:31 
GeneralRe: Injection Games Menu. Pin
evangile17-Dec-09 3:36
evangile17-Dec-09 3:36 
QuestionHow to convert List to datatable Pin
NK717-Dec-09 0:48
NK717-Dec-09 0:48 
AnswerRe: How to convert List to datatable Pin
Ashfield17-Dec-09 1:11
Ashfield17-Dec-09 1:11 
GeneralRe: How to convert List to datatable Pin
Paulo Zemek17-Dec-09 1:28
mvaPaulo Zemek17-Dec-09 1:28 
I don't really know why you need it. In many cases is better to loop throght the items and execute the query directly.

But:
You can generate a common code that:
Uses Reflection to discover the properties/fields of the classes.
Be able to map the fields to the columns with the same name or, to create such columns in the datatable (that depends on your need).
Then, loop at each item adding a row and loop for each field/property setting the right column value.
AnswerRe: How to convert List to datatable Pin
i.j.russell17-Dec-09 2:50
i.j.russell17-Dec-09 2:50 
AnswerRe: How to convert List to datatable Pin
hamed-vojdani18-Dec-09 6:50
hamed-vojdani18-Dec-09 6:50 
QuestionChicking the congestion occourance & implementation of congestion avoidance algorithms Pin
3bood.ghzawi17-Dec-09 0:30
3bood.ghzawi17-Dec-09 0:30 
AnswerRe: Chicking the congestion occourance & implementation of congestion avoidance algorithms Pin
OriginalGriff17-Dec-09 1:09
mveOriginalGriff17-Dec-09 1:09 
AnswerRe: Chicking the congestion occourance & implementation of congestion avoidance algorithms Pin
3bood.ghzawi17-Dec-09 1:40
3bood.ghzawi17-Dec-09 1:40 
GeneralRe: Chicking the congestion occourance & implementation of congestion avoidance algorithms Pin
ragnaroknrol17-Dec-09 8:23
ragnaroknrol17-Dec-09 8:23 
AnswerRe: Chicking the congestion occourance & implementation of congestion avoidance algorithms Pin
Luc Pattyn17-Dec-09 1:49
sitebuilderLuc Pattyn17-Dec-09 1:49 
QuestionImplementation of an IPsec. Pin
3bood.ghzawi17-Dec-09 0:25
3bood.ghzawi17-Dec-09 0:25 
AnswerRe: Implementation of an IPsec. Pin
Luc Pattyn17-Dec-09 1:51
sitebuilderLuc Pattyn17-Dec-09 1:51 
Questionjunk character to be removed Pin
umarani.k17-Dec-09 0:22
umarani.k17-Dec-09 0:22 
AnswerRe: junk character to be removed Pin
dan!sh 17-Dec-09 0:31
professional dan!sh 17-Dec-09 0:31 
AnswerRe: junk character to be removed Pin
Luc Pattyn17-Dec-09 1:56
sitebuilderLuc Pattyn17-Dec-09 1:56 
QuestionToolbar by .net Pin
hemant.kaushal17-Dec-09 0:02
hemant.kaushal17-Dec-09 0:02 
AnswerRe: Toolbar by .net Pin
OriginalGriff17-Dec-09 1:12
mveOriginalGriff17-Dec-09 1:12 
GeneralRe: Toolbar by .net Pin
Pete O'Hanlon17-Dec-09 1:46
mvePete O'Hanlon17-Dec-09 1:46 
GeneralRe: Toolbar by .net Pin
EliottA17-Dec-09 3:04
EliottA17-Dec-09 3:04 
QuestionMySQl Database Backup Pin
anishkannan16-Dec-09 22:38
anishkannan16-Dec-09 22:38 

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.