About UserControl in th Presentation Layer

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
12/15/2005 2:07:07 AM
Gravatar
Total Posts 146

About UserControl in th Presentation Layer

Hello Joe.

Good Morning.

I wish to know something:
I'm sorry, but you know I come from C++Builder in Windows 32 World, this work in mojo are really my first steps in asp.net. Ok, I know that you could to tell me that I need to learn more about asp.net first and then start to work with mojo; really I am studying all -and sleeping very little, but excited-.So, I feel that I know that I am walking for the correct way and my bases of c++ support to me enough.

Are something that I can't to understand about the UserControl, for example: How I have to do to put into any webpage a UserControl-Title (like it's in the ContactForm? -or any one else-. Please, in a few words, can you say me something about?

(I have a lot of line code with my classes to work with my app -bussines and data layer-, but the presentation layer I have to hard work still)

Thanks in advance
12/15/2005 5:58:13 AM
Gravatar
Total Posts 18439

Re: About UserControl in th Presentation Layer

If the User Control is a Site Module you add a ModuleTitleControl to the Module. You will want to look at the existing modules to see what you need to do in your custom modules. Any control can contain other controls like label textbox etc. Every included Module in mojoportal has a ModuleTitle user control in it from the Web\controls folder

hope it helps,

Joe
You must sign in to post in the forums. This thread is closed to new posts.