Click here to Skip to main content
15,916,318 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGridView copy Pin
Harvey Saayman23-Jun-08 2:57
Harvey Saayman23-Jun-08 2:57 
GeneralRe: DataGridView copy Pin
V.23-Jun-08 3:02
professionalV.23-Jun-08 3:02 
GeneralRe: DataGridView copy Pin
Harvey Saayman23-Jun-08 3:05
Harvey Saayman23-Jun-08 3:05 
QuestionValidation List<t> object</t> Pin
RichardContact-123-Jun-08 2:08
RichardContact-123-Jun-08 2:08 
Anyone know how I can validate the Add method of a List<> property I have on a class short of overriding the Add method with a custom class?

e.g.

private List<string> stringList
public List<string> StringList
{
get
{
return stringList;
}
set
{
// Want to do validation here but isn't fired by Add method....
}
}

Thanks for any help on offer....
AnswerRe: Validation List object Pin
N a v a n e e t h23-Jun-08 2:16
N a v a n e e t h23-Jun-08 2:16 
AnswerRe: Validation List object Pin
Giorgi Dalakishvili23-Jun-08 2:24
mentorGiorgi Dalakishvili23-Jun-08 2:24 
Questiondouble buffer question Pin
Harvey Saayman23-Jun-08 2:05
Harvey Saayman23-Jun-08 2:05 
AnswerRe: double buffer question Pin
Christian Graus23-Jun-08 2:25
protectorChristian Graus23-Jun-08 2:25 
GeneralRe: double buffer question Pin
Harvey Saayman23-Jun-08 2:33
Harvey Saayman23-Jun-08 2:33 
GeneralRe: double buffer question Pin
Ed.Poore23-Jun-08 3:28
Ed.Poore23-Jun-08 3:28 
GeneralRe: double buffer question Pin
Harvey Saayman23-Jun-08 4:18
Harvey Saayman23-Jun-08 4:18 
GeneralRe: double buffer question Pin
Ed.Poore23-Jun-08 4:22
Ed.Poore23-Jun-08 4:22 
GeneralRe: double buffer question Pin
Harvey Saayman23-Jun-08 4:37
Harvey Saayman23-Jun-08 4:37 
GeneralRe: double buffer question Pin
Ed.Poore23-Jun-08 6:03
Ed.Poore23-Jun-08 6:03 
GeneralRe: double buffer question Pin
Harvey Saayman23-Jun-08 9:11
Harvey Saayman23-Jun-08 9:11 
Questionexception Pin
cst_kvp23-Jun-08 1:38
cst_kvp23-Jun-08 1:38 
AnswerRe: exception Pin
leppie23-Jun-08 1:45
leppie23-Jun-08 1:45 
AnswerRe: exception Pin
Christian Graus23-Jun-08 2:01
protectorChristian Graus23-Jun-08 2:01 
AnswerRe: exception Pin
N a v a n e e t h23-Jun-08 2:03
N a v a n e e t h23-Jun-08 2:03 
GeneralRe: exception Pin
Nagy Vilmos23-Jun-08 2:16
professionalNagy Vilmos23-Jun-08 2:16 
AnswerRe: exception Pin
Brady Kelly23-Jun-08 3:24
Brady Kelly23-Jun-08 3:24 
QuestionHow to get the _Application/_Document interface from running word application. Pin
sagi25323-Jun-08 1:37
sagi25323-Jun-08 1:37 
Questionpopulate listview from database records Pin
laziale23-Jun-08 1:32
laziale23-Jun-08 1:32 
AnswerRe: populate listview from database records Pin
N a v a n e e t h23-Jun-08 1:36
N a v a n e e t h23-Jun-08 1:36 
QuestionHow to turn off autocommit? Pin
Puneri23-Jun-08 1:31
Puneri23-Jun-08 1:31 

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.