Click here to Skip to main content
15,915,703 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to make datagrid in winform like webform? Pin
denpsia8-Dec-05 20:50
denpsia8-Dec-05 20:50 
QuestionHelp!! Capture user login date and time Pin
momoo8-Dec-05 14:07
momoo8-Dec-05 14:07 
AnswerRe: Help!! Capture user login date and time Pin
Vikram A Punathambekar8-Dec-05 16:41
Vikram A Punathambekar8-Dec-05 16:41 
GeneralRe: Help!! Capture user login date and time Pin
momoo8-Dec-05 17:01
momoo8-Dec-05 17:01 
GeneralRe: Help!! Capture user login date and time Pin
Vikram A Punathambekar8-Dec-05 20:52
Vikram A Punathambekar8-Dec-05 20:52 
QuestionCrystal Report in visual studio .net Pin
ayuba asia8-Dec-05 12:23
ayuba asia8-Dec-05 12:23 
QuestionSerial Comunication In C# Pin
ayuba asia8-Dec-05 12:06
ayuba asia8-Dec-05 12:06 
AnswerRe: Serial Comunication In C# Pin
Dave Kreskowiak8-Dec-05 15:54
mveDave Kreskowiak8-Dec-05 15:54 
AnswerRe: Serial Comunication In C# Pin
bouli8-Dec-05 20:22
bouli8-Dec-05 20:22 
QuestionUSB driver communication in C# 2.0 Pin
bouli8-Dec-05 11:47
bouli8-Dec-05 11:47 
AnswerRe: USB driver communication in C# 2.0 Pin
Christian Graus8-Dec-05 12:04
protectorChristian Graus8-Dec-05 12:04 
GeneralRe: USB driver communication in C# 2.0 Pin
denpsia8-Dec-05 18:39
denpsia8-Dec-05 18:39 
GeneralRe: USB driver communication in C# 2.0 Pin
Christian Graus8-Dec-05 19:10
protectorChristian Graus8-Dec-05 19:10 
GeneralRe: USB driver communication in C# 2.0 Pin
denpsia8-Dec-05 19:58
denpsia8-Dec-05 19:58 
GeneralRe: USB driver communication in C# 2.0 Pin
bouli8-Dec-05 20:16
bouli8-Dec-05 20:16 
GeneralRe: USB driver communication in C# 2.0 Pin
Dan Neely9-Dec-05 3:02
Dan Neely9-Dec-05 3:02 
Questionflicker on TableLayoutPanel Pin
savage_8-Dec-05 11:09
savage_8-Dec-05 11:09 
QuestionTernary Condition, compiler error. Pin
eggsovereasy8-Dec-05 10:52
eggsovereasy8-Dec-05 10:52 
AnswerRe: Ternary Condition, compiler error. Pin
Jon Sagara8-Dec-05 11:29
Jon Sagara8-Dec-05 11:29 
AnswerRe: Ternary Condition, compiler error. Pin
Dave Kreskowiak8-Dec-05 11:38
mveDave Kreskowiak8-Dec-05 11:38 
AnswerRe: Ternary Condition, compiler error. Pin
leppie8-Dec-05 13:17
leppie8-Dec-05 13:17 
AnswerRe: Ternary Condition, compiler error. Pin
eggsovereasy12-Dec-05 10:48
eggsovereasy12-Dec-05 10:48 
Questionproblem with saving a picture as an icon Pin
g0ju8-Dec-05 10:18
g0ju8-Dec-05 10:18 
AnswerRe: problem with saving a picture as an icon Pin
NassosReyzidis9-Dec-05 0:31
NassosReyzidis9-Dec-05 0:31 
QuestionLightweight Collections Pin
OldDog.Net8-Dec-05 8:09
OldDog.Net8-Dec-05 8:09 
I have a grid control that takes an IList, ITypedList or IBindingList object as a DataSource. I'm currently using a System.Data.DataTable and the performance is pretty dismal. I've isolated the bottle neck as being the build of the DataTable. My question is, which of the various data collections is the lightest weight and most efficient? Thanks.

-- modified at 14:10 Thursday 8th December, 2005

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.