Click here to Skip to main content
15,909,897 members
Home / Discussions / C#
   

C#

 
AnswerRe: Datatable and PostBacks Pin
MoustafaS17-Oct-05 15:52
MoustafaS17-Oct-05 15:52 
QuestionHelp - Please Help Get Windows User Pin
horacyjr17-Oct-05 9:46
horacyjr17-Oct-05 9:46 
AnswerRe: Help - Please Help Get Windows User Pin
Daniel Grunwald17-Oct-05 10:27
Daniel Grunwald17-Oct-05 10:27 
QuestionConst in C# - question Pin
Yanshof17-Oct-05 9:20
Yanshof17-Oct-05 9:20 
AnswerRe: Const in C# - question Pin
Rob Philpott17-Oct-05 11:10
Rob Philpott17-Oct-05 11:10 
AnswerRe: Const in C# - question Pin
Christian Graus17-Oct-05 12:20
protectorChristian Graus17-Oct-05 12:20 
QuestionCan a hashtable be made to do case insensitive comparisons of a key? Pin
Dan Neely17-Oct-05 7:53
Dan Neely17-Oct-05 7:53 
AnswerRe: Can a hashtable be made to do case insensitive comparisons of a key? Pin
Dave Kreskowiak17-Oct-05 7:57
mveDave Kreskowiak17-Oct-05 7:57 
No, you can't force the hashtable keys to be case insensitive. You can, on the other hand, force the keys to be lower case when you create the table entry. Just call the .ToLower() method of the filename string to return the lower-case version of the string before you put it into the hashtable.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Can a hashtable be made to do case insensitive comparisons of a key? Pin
Dan Neely17-Oct-05 8:08
Dan Neely17-Oct-05 8:08 
GeneralRe: Can a hashtable be made to do case insensitive comparisons of a key? Pin
dwlovell17-Oct-05 11:19
dwlovell17-Oct-05 11:19 
AnswerRe: Can a hashtable be made to do case insensitive comparisons of a key? Pin
leppie17-Oct-05 8:10
leppie17-Oct-05 8:10 
GeneralRe: Can a hashtable be made to do case insensitive comparisons of a key? Pin
Dan Neely18-Oct-05 8:25
Dan Neely18-Oct-05 8:25 
AnswerRe: Can a hashtable be made to do case insensitive comparisons of a key? Pin
Andy Brummer17-Oct-05 8:35
sitebuilderAndy Brummer17-Oct-05 8:35 
GeneralRe: Can a hashtable be made to do case insensitive comparisons of a key? Pin
Dave Kreskowiak17-Oct-05 9:11
mveDave Kreskowiak17-Oct-05 9:11 
GeneralRe: Can a hashtable be made to do case insensitive comparisons of a key? Pin
Dan Neely18-Oct-05 8:23
Dan Neely18-Oct-05 8:23 
QuestionGraph Coloring Program Urgently needed Pin
Member 235828717-Oct-05 7:25
Member 235828717-Oct-05 7:25 
AnswerRe: Graph Coloring Program Urgently needed Pin
moharnas1234569-Jun-12 23:57
moharnas1234569-Jun-12 23:57 
QuestionSet window position.....?? Pin
Andrew010517-Oct-05 6:37
Andrew010517-Oct-05 6:37 
Questionquestion about Arrays Pin
Green Fuze17-Oct-05 6:29
Green Fuze17-Oct-05 6:29 
AnswerRe: question about Arrays Pin
User 665817-Oct-05 6:34
User 665817-Oct-05 6:34 
GeneralRe: question about Arrays Pin
Green Fuze17-Oct-05 7:02
Green Fuze17-Oct-05 7:02 
AnswerRe: question about Arrays Pin
dwatkins@dirq.net17-Oct-05 6:55
dwatkins@dirq.net17-Oct-05 6:55 
GeneralRe: question about Arrays Pin
Green Fuze17-Oct-05 7:10
Green Fuze17-Oct-05 7:10 
GeneralRe: question about Arrays Pin
Dan Neely17-Oct-05 7:56
Dan Neely17-Oct-05 7:56 
GeneralRe: question about Arrays Pin
S. Senthil Kumar17-Oct-05 15:18
S. Senthil Kumar17-Oct-05 15:18 

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.