Develop custome features

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.
2/21/2010 8:02:56 PM
Gravatar
Total Posts 18

Develop custome features

I'm doing custome featutes in MOJOPORTAL. I've carriend out database, business logic layes and now i doing presentation.

I've faced problem is that if i use Abstract SiteModuleControl
 for example public partial class RegistrationForm : SiteModuleControl then my controls on .ascx are not recognized.(btn, text box etc).

I'm overriding that method protected override void OnInit(EventArgs e).

Why it's like that anyidea guys?

2/22/2010 1:26:29 AM
Gravatar
Total Posts 18

Re: Develop custome features

Sorry i did something wrong. I made mistake. Now it's working.

2/22/2010 4:07:30 AM
Gravatar
Total Posts 18

Re: Develop custome features

I've developed customs featues in MojoPortal.Features.UI and add new features using Feature Installation/Configuration.

Control Source someForm/someForm.ascx but application cannot find it. Do i need to copy mycustom control  to mojoPortal/web  ?

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