J
Jordan
I have created an ascx control that is a kind of custom panel with
specific code behind and a custom design. I have then created a new
ascx that inherit from my first ascx. The problem that I have is that
doing so, if I put a new control inside my inherited ascx and put code
behind this new control,this code will not execute.
So is there a way to create a child control an have the specific code
behind it execute and not just is parent code?
thanx
specific code behind and a custom design. I have then created a new
ascx that inherit from my first ascx. The problem that I have is that
doing so, if I put a new control inside my inherited ascx and put code
behind this new control,this code will not execute.
So is there a way to create a child control an have the specific code
behind it execute and not just is parent code?
thanx