How to add custom user control on new page in mojoportal?

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/11/2010 2:22:51 AM
Gravatar
Total Posts 26

How to add custom user control on new page in mojoportal?

Hai,

                     I'm designing a new site. I have some user controls in seperate. I want to add those controls in my new web site. My user controls using MS Access as a back end. But my new site back end is Sql server. I tried to add those user controls to the new site as per the steps in Hello world example, but after adding those features to the page, it is blank only. Any  idea to do that properly?

 

12/11/2010 7:01:51 AM
Gravatar
Total Posts 2239

Re: How to add custom user control on new page in mojoportal?

Hi,

It all depends on your code. You should be able to use Access as the database backend for your custom controls, but I don't really recommend it. If you decide to switch your custom controls to MSSQL, you will have to rewrite your sql code to work with MSSQL and you'll have to recreate your data structure.

We really can't guess about your custom controls, but just wrapping them in mojo isn't necessarily going to make them work with mojo.

HTH,
Joe D.

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