FeatureEdit.aspx page events are not called

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.
3/17/2009 2:55:25 PM
Gravatar
Total Posts 5

FeatureEdit.aspx page events are not called

Hi,

As a newbie in MP development, I have recently started developing a new feature for mojoPortal, but have run into problems.

My editpage for my feature is created much like another features page, and I believe all settings are copied across to the new page.

What happens is that the pages events are not called. I have checked that autoeventwireup is set to false as in other edit pages, but my masterpage is set and the baseclass is mojoBasePage. So I would expect my autoevents to work, but they dont.

Can anyone tell me what have I forgot to do to make this work?

Thanks.

3/17/2009 2:58:39 PM
Gravatar
Total Posts 70

Re: FeatureEdit.aspx page events are not called

In all the existing feature edit pages, the events are wired up manually in the OnInit. When autoeventwireup is false then the events must be wired up by code.

HTH,

Steve

3/17/2009 3:04:46 PM
Gravatar
Total Posts 5

Re: FeatureEdit.aspx page events are not called

Hi, Thanks for quick response.

Stupid of me to not have seen that.

Thanks.

 

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