J
Jonas
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
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