Click here to Skip to main content
15,903,201 members
Home / Discussions / C#
   

C#

 
GeneralRe: Class Design Question. Pin
J a a n s23-Apr-08 4:51
professionalJ a a n s23-Apr-08 4:51 
GeneralRe: Class Design Question. Pin
phannon8623-Apr-08 5:00
professionalphannon8623-Apr-08 5:00 
GeneralRe: Class Design Question. Pin
J4amieC23-Apr-08 5:35
J4amieC23-Apr-08 5:35 
QuestionUpdate to property is being applied to other instances of the same class Pin
LynnR23-Apr-08 4:06
LynnR23-Apr-08 4:06 
GeneralRe: Update to property is being applied to other instances of the same class Pin
carbon_golem23-Apr-08 4:21
carbon_golem23-Apr-08 4:21 
GeneralRe: Update to property is being applied to other instances of the same class Pin
LynnR23-Apr-08 4:58
LynnR23-Apr-08 4:58 
GeneralRe: Update to property is being applied to other instances of the same class Pin
carbon_golem23-Apr-08 6:13
carbon_golem23-Apr-08 6:13 
GeneralRe: Update to property is being applied to other instances of the same class Pin
LynnR23-Apr-08 23:55
LynnR23-Apr-08 23:55 
I looked into both suggestions but my class was too complicated to use structs and making it cloneable looked like overkill for what I needed. I've solved the problem by adding a copy constructor to the class which creates the new object and copies each property across from the old one.

Thanks again for pointing me in the right direction.
GeneralProblem saving the request.browser object to the database [modified] Pin
Black Haze23-Apr-08 4:04
Black Haze23-Apr-08 4:04 
GeneralRe: Problem saving the request.browser object to the database Pin
Black Haze26-Apr-08 16:36
Black Haze26-Apr-08 16:36 
GeneralArray? Or how can i do this... Pin
softwarejaeger23-Apr-08 3:47
softwarejaeger23-Apr-08 3:47 
GeneralRe: Array? Or how can i do this... Pin
phannon8623-Apr-08 3:52
professionalphannon8623-Apr-08 3:52 
GeneralRe: Array? Or how can i do this... Pin
J a a n s23-Apr-08 3:52
professionalJ a a n s23-Apr-08 3:52 
GeneralRe: Array? Or how can i do this... Pin
phannon8623-Apr-08 3:53
professionalphannon8623-Apr-08 3:53 
GeneralRe: Array? Or how can i do this... Pin
carbon_golem23-Apr-08 3:54
carbon_golem23-Apr-08 3:54 
GeneralRe: Array? Or how can i do this... Pin
carbon_golem23-Apr-08 3:55
carbon_golem23-Apr-08 3:55 
GeneralRe: Array? Or how can i do this... Pin
phannon8623-Apr-08 3:56
professionalphannon8623-Apr-08 3:56 
JokeHow about... Pin
Anthony Mushrow23-Apr-08 4:29
professionalAnthony Mushrow23-Apr-08 4:29 
GeneralRe: How about... Pin
CPallini23-Apr-08 5:25
mveCPallini23-Apr-08 5:25 
GeneralRe: How about... Pin
Luc Pattyn23-Apr-08 8:24
sitebuilderLuc Pattyn23-Apr-08 8:24 
GeneralRe: How about... Pin
Pete O'Hanlon23-Apr-08 9:17
mvePete O'Hanlon23-Apr-08 9:17 
GeneralRe: How about... Pin
Luc Pattyn23-Apr-08 9:31
sitebuilderLuc Pattyn23-Apr-08 9:31 
JokeRe: How about... Pin
Pete O'Hanlon23-Apr-08 10:07
mvePete O'Hanlon23-Apr-08 10:07 
GeneralRe: How about... Pin
Luc Pattyn23-Apr-08 10:12
sitebuilderLuc Pattyn23-Apr-08 10:12 
GeneralRe: How about... Pin
CPallini23-Apr-08 9:44
mveCPallini23-Apr-08 9:44 

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.