Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
AnswerRe: Excel remains in memory Pin
m@u21-Apr-10 21:57
m@u21-Apr-10 21:57 
GeneralRe: Excel remains in memory Pin
KaurGurpreet21-Apr-10 22:32
KaurGurpreet21-Apr-10 22:32 
AnswerRe: Excel remains in memory Pin
Mirko198022-Apr-10 0:42
Mirko198022-Apr-10 0:42 
AnswerRe: Excel remains in memory Pin
Eddy Vluggen22-Apr-10 2:31
professionalEddy Vluggen22-Apr-10 2:31 
QuestionCompare two datarows Pin
NarVish21-Apr-10 21:15
NarVish21-Apr-10 21:15 
AnswerRe: Compare two datarows Pin
OriginalGriff21-Apr-10 21:44
mveOriginalGriff21-Apr-10 21:44 
GeneralRe: Compare two datarows Pin
NarVish21-Apr-10 22:23
NarVish21-Apr-10 22:23 
GeneralRe: Compare two datarows Pin
OriginalGriff21-Apr-10 22:36
mveOriginalGriff21-Apr-10 22:36 
Case sensitivity of the data tables is irrelevant: it does not apply to row data extracted from the tables, just to the table as a whole - just as you would expect.

I know of no way to force case insensitivity on a DataRowComparer: you will probably have to write your own derived class! See MSDN and be prepared to work at it!

It may be that it would be easier to write a specific comparison routine for your two data rows, given that you know the data format you expect...
You should never use standby on an elephant. It always crashes when you lift the ears. - Mark Wallace

C/C++ (I dont see a huge difference between them, and the 'benefits' of C++ are questionable, who needs inheritance when you have copy and paste) - fat_boy

QuestionHow to display 2 relational tables in a single DataGridView Pin
shivapriyak21-Apr-10 20:40
shivapriyak21-Apr-10 20:40 
AnswerRe: How to display 2 relational tables in a single DataGridView Pin
AspDotNetDev21-Apr-10 21:30
protectorAspDotNetDev21-Apr-10 21:30 
AnswerRe: How to display 2 relational tables in a single DataGridView Pin
Sriniavs Ganaparthi23-Mar-11 20:58
Sriniavs Ganaparthi23-Mar-11 20:58 
QuestionHi, i need help in creating video player for windows mobile..... Pin
Petar Efnushev21-Apr-10 15:45
Petar Efnushev21-Apr-10 15:45 
AnswerRe: Hi, i need help in creating video player for windows mobile..... Pin
Not Active21-Apr-10 16:43
mentorNot Active21-Apr-10 16:43 
QuestionColoring string when painting text Pin
Chris Copeland21-Apr-10 15:38
mveChris Copeland21-Apr-10 15:38 
AnswerRe: Coloring string when painting text Pin
Luc Pattyn21-Apr-10 15:54
sitebuilderLuc Pattyn21-Apr-10 15:54 
GeneralRe: Coloring string when painting text Pin
Chris Copeland21-Apr-10 16:02
mveChris Copeland21-Apr-10 16:02 
GeneralRe: Coloring string when painting text Pin
Luc Pattyn21-Apr-10 16:55
sitebuilderLuc Pattyn21-Apr-10 16:55 
QuestionConnecting from Visual Studio 2010 to SQL Server Management Studio Pin
Darrall21-Apr-10 12:56
Darrall21-Apr-10 12:56 
AnswerRe: Connecting from Visual Studio 2010 to SQL Server Management Studio Pin
Not Active21-Apr-10 13:06
mentorNot Active21-Apr-10 13:06 
GeneralRe: Connecting from Visual Studio 2010 to SQL Server Management Studio Pin
Darrall21-Apr-10 13:39
Darrall21-Apr-10 13:39 
GeneralRe: Connecting from Visual Studio 2010 to SQL Server Management Studio Pin
Not Active21-Apr-10 13:45
mentorNot Active21-Apr-10 13:45 
GeneralRe: Connecting from Visual Studio 2010 to SQL Server Management Studio Pin
PIEBALDconsult21-Apr-10 14:40
mvePIEBALDconsult21-Apr-10 14:40 
GeneralRe: Connecting from Visual Studio 2010 to SQL Server Management Studio Pin
Dave Kreskowiak21-Apr-10 17:22
mveDave Kreskowiak21-Apr-10 17:22 
GeneralRe: Connecting from Visual Studio 2010 to SQL Server Management Studio Pin
Darrall22-Apr-10 4:46
Darrall22-Apr-10 4:46 
QuestionTrasnfer Data in datagrid in form1 to Text box in form2 Pin
shahramkeyboard21-Apr-10 8:21
shahramkeyboard21-Apr-10 8:21 

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.