Click here to Skip to main content
15,924,039 members
Home / Discussions / C#
   

C#

 
GeneralRe: Please help me how to create a simple RadioButton Column in DataGridView. Pin
pcphuc21-Sep-07 22:17
pcphuc21-Sep-07 22:17 
QuestionCalling Base Class From GrandChild class Pin
N a v a n e e t h20-Sep-07 19:36
N a v a n e e t h20-Sep-07 19:36 
AnswerRe: Calling Base Class From GrandChild class Pin
Christian Graus20-Sep-07 20:40
protectorChristian Graus20-Sep-07 20:40 
GeneralRe: Calling Base Class From GrandChild class Pin
N a v a n e e t h20-Sep-07 21:20
N a v a n e e t h20-Sep-07 21:20 
GeneralRe: Calling Base Class From GrandChild class Pin
Christian Graus20-Sep-07 21:54
protectorChristian Graus20-Sep-07 21:54 
GeneralRe: Calling Base Class From GrandChild class Pin
N a v a n e e t h20-Sep-07 22:33
N a v a n e e t h20-Sep-07 22:33 
AnswerRe: Calling Base Class From GrandChild class Pin
Guffa20-Sep-07 22:58
Guffa20-Sep-07 22:58 
AnswerRe: Calling Base Class From GrandChild class Pin
Guffa20-Sep-07 22:50
Guffa20-Sep-07 22:50 
That's impossible. As the method in the base class is overridden, it doesn't exist at all in the child classes.

Virtual methods is called using the virtual method table for the actual class of the instance. The method in the base class only exists in the virtual method table for the base class, so you need an instance of that class to call that method.

---
single minded; short sighted; long gone;

GeneralRe: Calling Base Class From GrandChild class Pin
N a v a n e e t h20-Sep-07 23:33
N a v a n e e t h20-Sep-07 23:33 
AnswerRe: Calling Base Class From GrandChild class Pin
Martin#20-Sep-07 23:05
Martin#20-Sep-07 23:05 
GeneralRe: Calling Base Class From GrandChild class Pin
N a v a n e e t h20-Sep-07 23:34
N a v a n e e t h20-Sep-07 23:34 
GeneralRe: Calling Base Class From GrandChild class Pin
Martin#20-Sep-07 23:41
Martin#20-Sep-07 23:41 
GeneralRe: Calling Base Class From GrandChild class Pin
Urs Enzler21-Sep-07 1:21
Urs Enzler21-Sep-07 1:21 
QuestionException Error Pin
ilango gandhi20-Sep-07 19:16
ilango gandhi20-Sep-07 19:16 
AnswerRe: Exception Error Pin
Scott Dorman20-Sep-07 19:22
professionalScott Dorman20-Sep-07 19:22 
AnswerRe: Exception Error Pin
Guffa20-Sep-07 19:27
Guffa20-Sep-07 19:27 
AnswerRe: Exception Error Pin
DaveyM6920-Sep-07 20:45
professionalDaveyM6920-Sep-07 20:45 
QuestionCould not load Assembly Pin
veereshIndia20-Sep-07 18:57
veereshIndia20-Sep-07 18:57 
Questionplsssss very urgent Pin
santu_kumar20-Sep-07 18:49
santu_kumar20-Sep-07 18:49 
AnswerRe: plsssss very urgent Pin
Christian Graus20-Sep-07 20:42
protectorChristian Graus20-Sep-07 20:42 
AnswerRe: plsssss very urgent Pin
Guffa20-Sep-07 20:44
Guffa20-Sep-07 20:44 
QuestionHow 2 create C# Console Application programatically Pin
Chintan.Desai20-Sep-07 18:36
Chintan.Desai20-Sep-07 18:36 
AnswerRe: How 2 create C# Console Application programatically Pin
N a v a n e e t h20-Sep-07 19:41
N a v a n e e t h20-Sep-07 19:41 
AnswerRe: How 2 create C# Console Application programatically Pin
Giorgi Dalakishvili20-Sep-07 20:54
mentorGiorgi Dalakishvili20-Sep-07 20:54 
GeneralRe: How 2 create C# Console Application programatically Pin
Chintan.Desai21-Sep-07 20:02
Chintan.Desai21-Sep-07 20:02 

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.