Ask a Question related to ASP.NET General, Design and Development.
-
Jonas #1
Access DataGrid declared in derived class from base class??
Hi!
I have a base class called ListBase.vb, from which I derive
EmplList.ascx.vb. In EmplList.ascx.vb I declared a
System.Web.UI.WebControls.DataGrid. Now I want to add functionality to the
base class ListBase.vb that can access the DataGrid object. How can I
accomplish this "backwards" inheritance?
Brgds
Jonas
Jonas Guest
-
Derived class not exposed in XML
Say I have a class inherited from ArrayList called MyCollection. I have a WebMethod that returns a MyCollection. But when I reference the service,... -
base class member access (?)
Quesote wrote: Create $myArray as protected, not private. -
Passing a derived class to a WebMethod
I am writing a client that consumes a web service and extends the functionality of one of the web service's classes. The definition is something... -
#26325 [Opn->Bgs]: At least a notice when accessing private members in a derived class?
ID: 26325 Updated by: jay@php.net Reported By: drm at melp dot nl -Status: Open +Status: Bogus Bug... -
WS Serialization of ArrayList derived Class
Hi Steve, You may refer to this article to see if it will help: Controlling XML Serialization Using Attributes... -
S. Justin Gengo #2
Re: Access DataGrid declared in derived class from base class??
Jonas,
Override the classes methods.
Sincerely,
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
[url]www.aboutfortunate.com[/url]
"Out of chaos comes order."
Nietzche
"Jonas" <jonas@nospam.pl> wrote in message
news:%23jiKtSOYDHA.1748@TK2MSFTNGP12.phx.gbl...> Hi!
>
> I have a base class called ListBase.vb, from which I derive
> EmplList.ascx.vb. In EmplList.ascx.vb I declared a
> System.Web.UI.WebControls.DataGrid. Now I want to add functionality to the
> base class ListBase.vb that can access the DataGrid object. How can I
> accomplish this "backwards" inheritance?
>
> Brgds
>
> Jonas
>
>
S. Justin Gengo Guest



Reply With Quote

