J
Joel Barsotti
I'm building two applications for one website, one is the public website and
the other is our private admin site.
Fors some of the sales processing utilities I'm using user controls to
contain some logic of thing like credit card input, user registration.
Is there a way to get around this?
What I was thinking was doing an include to contain the body of the ASCX
page and having the codebehind page directly inherit the the class for the
original control.
Is there another way to do this?
My goal here is to be able to make updates in one place and have them
cascaade through both applications.
Could I set it up as a vitural directory?
the other is our private admin site.
Fors some of the sales processing utilities I'm using user controls to
contain some logic of thing like credit card input, user registration.
Is there a way to get around this?
What I was thinking was doing an include to contain the body of the ASCX
page and having the codebehind page directly inherit the the class for the
original control.
Is there another way to do this?
My goal here is to be able to make updates in one place and have them
cascaade through both applications.
Could I set it up as a vitural directory?