Click here to Skip to main content
15,902,938 members
Home / Discussions / C#
   

C#

 
AnswerRe: Set 'visible' property to 'false' for all the opened forms Pin
MGoettmann24-Oct-06 4:06
MGoettmann24-Oct-06 4:06 
GeneralRe: Set 'visible' property to 'false' for all the opened forms Pin
AngryC25-Oct-06 11:03
AngryC25-Oct-06 11:03 
AnswerRe: Set 'visible' property to 'false' for all the opened forms Pin
MGoettmann25-Oct-06 12:14
MGoettmann25-Oct-06 12:14 
GeneralRe: Set 'visible' property to 'false' for all the opened forms Pin
AngryC26-Oct-06 11:50
AngryC26-Oct-06 11:50 
GeneralRe: Set 'visible' property to 'false' for all the opened forms Pin
MGoettmann27-Oct-06 5:11
MGoettmann27-Oct-06 5:11 
GeneralRichTextBox Pin
1010210623-Oct-06 12:29
1010210623-Oct-06 12:29 
GeneralRe: RichTextBox Pin
1010210623-Oct-06 12:43
1010210623-Oct-06 12:43 
QuestionC # 3 in net framework 3 package? Pin
SJ_Phoenix23-Oct-06 7:53
SJ_Phoenix23-Oct-06 7:53 
AnswerRe: C # 3 in net framework 3 package? Pin
S. Senthil Kumar23-Oct-06 7:58
S. Senthil Kumar23-Oct-06 7:58 
GeneralRe: C # 3 in net framework 3 package? Pin
SJ_Phoenix23-Oct-06 8:07
SJ_Phoenix23-Oct-06 8:07 
QuestionHELP - Datagrid Pin
Wargamon23-Oct-06 6:56
Wargamon23-Oct-06 6:56 
QuestionSerialization problem Pin
-Yoyosh-23-Oct-06 5:11
-Yoyosh-23-Oct-06 5:11 
AnswerRe: Serialization problem Pin
led mike23-Oct-06 5:21
led mike23-Oct-06 5:21 
GeneralRe: Serialization problem Pin
-Yoyosh-23-Oct-06 11:58
-Yoyosh-23-Oct-06 11:58 
GeneralRe: Serialization problem Pin
led mike24-Oct-06 5:01
led mike24-Oct-06 5:01 
QuestionHttpWebRequest + CookieContainer Pin
FlyOnIT23-Oct-06 5:09
FlyOnIT23-Oct-06 5:09 
QuestionPort 80 Pin
-Yoyosh-23-Oct-06 5:08
-Yoyosh-23-Oct-06 5:08 
QuestionObtaining Page Rank Pin
gvanto23-Oct-06 5:00
gvanto23-Oct-06 5:00 
QuestionNot have any cell selected in a datagrid Pin
Dan Neely23-Oct-06 4:45
Dan Neely23-Oct-06 4:45 
QuestionOverride inherited delegates??? Pin
lsugirljte23-Oct-06 4:36
lsugirljte23-Oct-06 4:36 
Can you override inherited delegates? If so, how?

I have a control that inherits from GridView (i.e. myGridView). It has a deleglate to handle some custom stuff.

public PBGridView()
{
RowUpdating += new GridViewUpdateEventHandler( PreUpdate );
}

I have another control that inherits from myGridView (i.e. myMultiGridView). I want to have it's own RowUpdating and skip the inherited one. How do I override it or "remove" it from myMultiGridView?? or do I have to edit myGridView to handle where it's getting called from? I would like to take care of it in myMultiGridView (lowest inherited level).

Thanks, Jessica
AnswerRe: Override inherited delegates??? Pin
led mike23-Oct-06 5:17
led mike23-Oct-06 5:17 
GeneralRe: Override inherited delegates??? Pin
lsugirljte23-Oct-06 5:34
lsugirljte23-Oct-06 5:34 
AnswerRe: Override inherited delegates??? Pin
S. Senthil Kumar23-Oct-06 8:09
S. Senthil Kumar23-Oct-06 8:09 
AnswerRe: Override inherited delegates??? Pin
lsugirljte23-Oct-06 11:23
lsugirljte23-Oct-06 11:23 
QuestionGenerics: Is there a Synchronized Hashtable equivalent??? Pin
LongRange.Shooter23-Oct-06 4:08
LongRange.Shooter23-Oct-06 4:08 

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.