Add a UserControl to a WebProject.
-
Dear CPians, I want to add a new UserControl to my WebProject. The problem is that I need it be in a way that recompilation is not required. Any ideas? Thanking you in advance.
Excellence is not an act, but a habit!
Aristotle
-
Dear CPians, I want to add a new UserControl to my WebProject. The problem is that I need it be in a way that recompilation is not required. Any ideas? Thanking you in advance.
Excellence is not an act, but a habit!
Aristotle
-
Recompilation is a problem for many reasons. When recompiling, the application restarts, hence sessions are lost. I want to be able to make a UserControl without having the source code of the entire solution. Any ideas?
Excellence is not an act, but a habit!
Aristotle
-
Recompilation is a problem for many reasons. When recompiling, the application restarts, hence sessions are lost. I want to be able to make a UserControl without having the source code of the entire solution. Any ideas?
Excellence is not an act, but a habit!
Aristotle
-
Well, even if I am, it would be great if you had any ideas about my actuall question rather that ranting around other issues. I shall rephrase in order to help you. Suppose that that you want to develop a reusable component, like a Custom Control but for reasons X, Y or Z you actually want it to be a UserControl and not a WebControl. Is there a way to deploy a UserControl in a way you would deploy a WebControl? Please, dont ask me why wouldn't I develop a WebControl at the first place. Lets suppose that you have the reason. Thank you.
Excellence is not an act, but a habit!
Aristotle
-
Well, even if I am, it would be great if you had any ideas about my actuall question rather that ranting around other issues. I shall rephrase in order to help you. Suppose that that you want to develop a reusable component, like a Custom Control but for reasons X, Y or Z you actually want it to be a UserControl and not a WebControl. Is there a way to deploy a UserControl in a way you would deploy a WebControl? Please, dont ask me why wouldn't I develop a WebControl at the first place. Lets suppose that you have the reason. Thank you.
Excellence is not an act, but a habit!
Aristotle
-
theJazzyBrain wrote:
rather that ranting around other issues.
I'm not ranting. I'm stating that there are no valid reasons to avoid recompilation. The real problem is not the UserControl, but the environment.
That is true, but suppose that changing the envirnment is out of the question. How would you come around such a problem?
Excellence is not an act, but a habit!
Aristotle