Click here to Skip to main content
15,881,882 members
Home / Discussions / C#
   

C#

 
QuestionC# VS2005 - Installing deployed application to an specific path Pin
JC Carmo1-Mar-06 17:48
JC Carmo1-Mar-06 17:48 
QuestionC# VS 2005 - Crystal reports question Pin
JC Carmo1-Mar-06 17:47
JC Carmo1-Mar-06 17:47 
QuestionCryptographicException Message="Bad Data.\r\n" Pin
Dally33671-Mar-06 17:44
Dally33671-Mar-06 17:44 
AnswerRe: CryptographicException Message="Bad Data.\r\n" Pin
Dally33672-Mar-06 5:34
Dally33672-Mar-06 5:34 
Questionout of memory -image Pin
leelaraj1-Mar-06 17:01
leelaraj1-Mar-06 17:01 
QuestionMouseOver NotifyIcon Pin
jgallen231-Mar-06 14:29
jgallen231-Mar-06 14:29 
QuestionWindows DataGrid Event Notification Pin
Subrahmanyam K1-Mar-06 13:43
Subrahmanyam K1-Mar-06 13:43 
AnswerRe: Windows DataGrid Event Notification Pin
microsoc1-Mar-06 14:33
microsoc1-Mar-06 14:33 
hi Subrahmanyam K! Smile | :)

try to shadow the DataSource property, like this:

public new object DataSource
{
    get {return base.DataSource;}
    set
            {
                //do something here
                base.DataSource = value;
            }
}


hope that helps! Smile | :)



microsoc Cool | :cool:
QuestionThreads Pin
BadKarma1-Mar-06 12:30
BadKarma1-Mar-06 12:30 
AnswerRe: Threads Pin
George L. Jackson1-Mar-06 12:41
George L. Jackson1-Mar-06 12:41 
GeneralRe: Threads Pin
BadKarma1-Mar-06 13:01
BadKarma1-Mar-06 13:01 
AnswerRe: Threads Pin
Guffa1-Mar-06 13:33
Guffa1-Mar-06 13:33 
GeneralRe: Threads Pin
George L. Jackson1-Mar-06 13:41
George L. Jackson1-Mar-06 13:41 
GeneralRe: Threads Pin
BadKarma1-Mar-06 20:27
BadKarma1-Mar-06 20:27 
Questionconvert c++ to C# Pin
eyalso1-Mar-06 10:44
eyalso1-Mar-06 10:44 
AnswerRe: convert c++ to C# Pin
James Gupta1-Mar-06 11:59
professionalJames Gupta1-Mar-06 11:59 
GeneralRe: convert c++ to C# Pin
soma4201-Mar-06 12:15
soma4201-Mar-06 12:15 
GeneralRe: convert c++ to C# Pin
George L. Jackson1-Mar-06 12:50
George L. Jackson1-Mar-06 12:50 
Questionreference and not copy Pin
spin vector1-Mar-06 10:14
spin vector1-Mar-06 10:14 
AnswerRe: reference and not copy Pin
Judah Gabriel Himango1-Mar-06 10:42
sponsorJudah Gabriel Himango1-Mar-06 10:42 
AnswerRe: reference and not copy Pin
Guffa1-Mar-06 10:56
Guffa1-Mar-06 10:56 
GeneralRe: reference and not copy Pin
spin vector1-Mar-06 12:11
spin vector1-Mar-06 12:11 
QuestionArguments to .exe Pin
Sean891-Mar-06 8:55
Sean891-Mar-06 8:55 
AnswerRe: Arguments to .exe Pin
Somanova4201-Mar-06 9:15
Somanova4201-Mar-06 9:15 
AnswerRe: Arguments to .exe Pin
Judah Gabriel Himango1-Mar-06 9:21
sponsorJudah Gabriel Himango1-Mar-06 9:21 

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.