Adding pre-built ascx

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/2008 10:13:09 PM
Gravatar
Total Posts 1

Adding pre-built ascx

I would like to add the user control found on Mikhail Arkhipov (MSFT)'s WebLog. It's just a weather control that pulls from NOAA.

I'm not exactly following the process for adding a custom control and the site is hosted webhostforasp.net. Nonetheless, I would like to be able to add a container div to only present on the home page to display the weather control. Has anybody done anything like this that they would be willing to share some insight? Thanks for your help.

3/18/2008 7:54:14 AM
Gravatar
Total Posts 18439

Re: Adding pre-built ascx

If you are a developer with ASP.NET experience its pretty easy. Create a user control that inherits from SiteModuleControl to create a feature that plugs into the content system. Then add this weather user control inside it.

When I get a chance I will try to integrate this weather control or one like it into mojoPortal. It looks like small 1-2 hour job to me at most.

Best,

Joe

3/18/2008 9:37:16 PM
Gravatar
Total Posts 2

Re: Adding pre-built ascx

Cool. I would not claim to be an experienced developer but I'll keep working with it and maybe I'll get it. I found another control that is formatted much nicer but is written in vb.net. I have this working on my localhost. Thanks for your help.

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