Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to see duplicate records Pin
Test27030729-Mar-07 21:20
Test27030729-Mar-07 21:20 
GeneralRe: How to see duplicate records Pin
CPallini29-Mar-07 21:34
mveCPallini29-Mar-07 21:34 
GeneralRe: How to see duplicate records Pin
Test27030729-Mar-07 22:25
Test27030729-Mar-07 22:25 
GeneralRe: How to see duplicate records Pin
Russell Jones29-Mar-07 23:22
Russell Jones29-Mar-07 23:22 
QuestionDLL Calling Pin
Stigmurder29-Mar-07 19:49
Stigmurder29-Mar-07 19:49 
AnswerRe: DLL Calling Pin
Tirthadip29-Mar-07 20:10
Tirthadip29-Mar-07 20:10 
QuestionExtend NameValueCollection Class Pin
SakthiSurya29-Mar-07 19:39
SakthiSurya29-Mar-07 19:39 
AnswerRe: Extend NameValueCollection Class Pin
Colin Angus Mackay29-Mar-07 21:04
Colin Angus Mackay29-Mar-07 21:04 
SakthiSurya wrote:
How can i extend the NameValueCollection class to store string and double


You can't. The documentation[^] clearly states it is designed to hold a string key and a string value.

You might be able to inherit from it and get it to do what you want, but there are better options.

You could use a HashTable, for example. As for storing more than one value. Create a simple class to store the values in and store instances of that class in the collection.


QuestionMultiple controls in a single DataGridView cell? Pin
nathan729-Mar-07 19:27
nathan729-Mar-07 19:27 
QuestionService with monitor/control application... Pin
cjlambre29-Mar-07 19:10
cjlambre29-Mar-07 19:10 
AnswerRe: Service with monitor/control application... Pin
Russell Jones29-Mar-07 23:38
Russell Jones29-Mar-07 23:38 
GeneralRe: Service with monitor/control application... Pin
cjlambre30-Mar-07 10:57
cjlambre30-Mar-07 10:57 
QuestionSocket Programming [modified] Pin
Rahul Babu29-Mar-07 18:29
Rahul Babu29-Mar-07 18:29 
AnswerRe: Socket Programming Pin
Sendilkumar.M29-Mar-07 19:01
Sendilkumar.M29-Mar-07 19:01 
GeneralRe: Socket Programming Pin
Rahul Babu29-Mar-07 19:32
Rahul Babu29-Mar-07 19:32 
GeneralRe: Socket Programming Pin
Colin Angus Mackay29-Mar-07 21:06
Colin Angus Mackay29-Mar-07 21:06 
GeneralRe: Socket Programming Pin
Sendilkumar.M30-Mar-07 1:39
Sendilkumar.M30-Mar-07 1:39 
GeneralRe: Socket Programming Pin
Sendilkumar.M30-Mar-07 1:41
Sendilkumar.M30-Mar-07 1:41 
QuestionMerging C++ and C# Pin
vivram29-Mar-07 18:07
vivram29-Mar-07 18:07 
AnswerRe: Merging C++ and C# Pin
N a v a n e e t h29-Mar-07 18:12
N a v a n e e t h29-Mar-07 18:12 
GeneralRe: Merging C++ and C# Pin
vivram29-Mar-07 18:33
vivram29-Mar-07 18:33 
QuestionWindow Z-order Pin
gauntalus29-Mar-07 17:44
gauntalus29-Mar-07 17:44 
QuestionHow can I check if a string is numeric before actually converting it to a number? [modified] Pin
cateyes9929-Mar-07 17:03
cateyes9929-Mar-07 17:03 
AnswerRe: Can I check if a string is numeric before actually converting it? Pin
Christian Graus29-Mar-07 17:13
protectorChristian Graus29-Mar-07 17:13 
GeneralRe: Can I check if a string is numeric before actually converting it? Pin
cateyes9929-Mar-07 17:41
cateyes9929-Mar-07 17:41 

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.