I would just add an extra property: public string DisplayName { get { return String. Format("{0} {1}", Name, Lastname); } } public override string ToString() { return DisplayName; } and set the . DisplayMember = "DisplayName.
Yeah I thought about that. Probably be the best solution I guess, I was wondering if there was another way without having to create a separate property. :) Thanks!
EDIT: In case anyone else reads, since we are assigning the DisplayMember we don't need to override the ToString method for it to display what we need. – delete Mar 6 at 20:09.
I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.