cannot access class?
- From: "Daves" <dbspam@xxxxxxxxx>
- Date: Fri, 7 Apr 2006 10:18:38 -0000
I have a custom (derived) Page class called BasePage where I define a class
called ImgLink and it has a public constructor:
public class ImgLink{ publicImgLink(params...)}
From the Masterpage I instantiate a BasePage class to access the ImgLinkclass as:
BasePage _basePage = (BasePage) this.Page;
Still, I cannot access the _basePage.ImgLink class... why is that?
.
- Follow-Ups:
- Re: cannot access class?
- From: Bjorn Abelli
- Re: cannot access class?
- Prev by Date: Re: Unable to properly set the InteractiveProcess property on a windows service
- Next by Date: Which CHECK constraint causes the exception?
- Previous by thread: Unable to properly set the InteractiveProcess property on a windows service
- Next by thread: Re: cannot access class?
- Index(es):
Loading