Home All Groups Group Topic Archive Search About

Overrides Controls Method

Author
24 Jan 2006 1:56 AM
Kalim Julia
I inherit datagrid control and add 1 button control on it, but how do I
override the button control method ?

Author
24 Jan 2006 11:17 AM
Herfried K. Wagner [MVP]
"Kalim Julia" <kalim.ju***@gmail.com> schrieb:
>I inherit datagrid control and add 1 button control on it, but how do I
> override the button control method ?

How did you add the button to the datagrid?

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
27 Jan 2006 2:24 AM
Kalim Julia
I solved it.
Anyway thanks for your respond.

I use the latebinding facility to add the hadler to the button control in
the datagrid.

Show quoteHide quote
"Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message
news:OmRqUfNIGHA.1124@TK2MSFTNGP10.phx.gbl...
> "Kalim Julia" <kalim.ju***@gmail.com> schrieb:
> >I inherit datagrid control and add 1 button control on it, but how do I
> > override the button control method ?
>
> How did you add the button to the datagrid?
>
> --
>  M S   Herfried K. Wagner
> M V P  <URL:http://dotnet.mvps.org/>
>  V B   <URL:http://classicvb.org/petition/>