Click here to Skip to main content
15,891,375 members
Home / Discussions / C#
   

C#

 
AnswerRe: how can i use values of parameters in url for inserting in database? Pin
SledgeHammer0111-Jan-11 9:33
SledgeHammer0111-Jan-11 9:33 
AnswerRe: how can i use values of parameters in url for inserting in database? Pin
roebuck-code12-Feb-11 20:01
roebuck-code12-Feb-11 20:01 
QuestionCannot derive from LinkedListNode<T> Pin
hairy_hats11-Jan-11 2:00
hairy_hats11-Jan-11 2:00 
AnswerRe: Cannot derive from LinkedListNode Pin
Not Active11-Jan-11 2:32
mentorNot Active11-Jan-11 2:32 
GeneralRe: Cannot derive from LinkedListNode Pin
hairy_hats11-Jan-11 2:47
hairy_hats11-Jan-11 2:47 
AnswerRe: Cannot derive from LinkedListNode Pin
Luc Pattyn11-Jan-11 3:10
sitebuilderLuc Pattyn11-Jan-11 3:10 
GeneralRe: Cannot derive from LinkedListNode Pin
hairy_hats11-Jan-11 3:24
hairy_hats11-Jan-11 3:24 
AnswerRe: Cannot derive from LinkedListNode Pin
_Erik_11-Jan-11 3:05
_Erik_11-Jan-11 3:05 
viaducting wrote:
If I create a standard LinkedList of classes, the classes themselves do not know about the Next and Previous nodes


And usually they should not. For example, if I want a LinkedList<invoice>, the Invoice objects I put into the list do not have to know anything about next or previous, this information has nothing to do with Invoice type. Other way, if I created a single Invoce, what would be supposed to be the values of Next and Previous? Should it create a complete linked list for just opening one?

viaducting wrote:
Do I need to write my own doubly-linked list to achieve this or can this limitation be overcome?


I don't think it is a limitation. It is a well designed class for a LinkedList. If you need something special, I guess you will have to make a new class, but I'm afraid I cannot give you any further help unless you give us a little more information of what you need to do.
GeneralRe: Cannot derive from LinkedListNode Pin
hairy_hats11-Jan-11 3:18
hairy_hats11-Jan-11 3:18 
GeneralRe: Cannot derive from LinkedListNode Pin
_Erik_11-Jan-11 3:44
_Erik_11-Jan-11 3:44 
GeneralRe: Cannot derive from LinkedListNode Pin
Luc Pattyn11-Jan-11 3:59
sitebuilderLuc Pattyn11-Jan-11 3:59 
GeneralRe: Cannot derive from LinkedListNode Pin
hairy_hats11-Jan-11 5:18
hairy_hats11-Jan-11 5:18 
GeneralRe: Cannot derive from LinkedListNode Pin
PIEBALDconsult11-Jan-11 8:07
mvePIEBALDconsult11-Jan-11 8:07 
GeneralRe: Cannot derive from LinkedListNode Pin
Luc Pattyn11-Jan-11 9:40
sitebuilderLuc Pattyn11-Jan-11 9:40 
GeneralRe: Cannot derive from LinkedListNode Pin
hairy_hats12-Jan-11 4:39
hairy_hats12-Jan-11 4:39 
GeneralRe: Cannot derive from LinkedListNode Pin
PIEBALDconsult11-Jan-11 8:02
mvePIEBALDconsult11-Jan-11 8:02 
Questionwindows service Pin
arkiboys11-Jan-11 1:16
arkiboys11-Jan-11 1:16 
AnswerRe: windows service Pin
Pete O'Hanlon11-Jan-11 1:41
mvePete O'Hanlon11-Jan-11 1:41 
GeneralRe: windows service Pin
arkiboys11-Jan-11 1:59
arkiboys11-Jan-11 1:59 
AnswerRe: windows service Pin
Mirko198011-Jan-11 1:57
Mirko198011-Jan-11 1:57 
GeneralRe: windows service Pin
arkiboys11-Jan-11 2:04
arkiboys11-Jan-11 2:04 
GeneralRe: windows service Pin
Mirko198011-Jan-11 2:13
Mirko198011-Jan-11 2:13 
GeneralRe: windows service Pin
arkiboys11-Jan-11 2:40
arkiboys11-Jan-11 2:40 
GeneralRe: windows service Pin
Mirko198011-Jan-11 3:19
Mirko198011-Jan-11 3:19 
GeneralRe: windows service Pin
arkiboys11-Jan-11 3:32
arkiboys11-Jan-11 3:32 

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.