Access DataGrid declared in derived class from base class??

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top