Module with Ajax

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.
5/11/2013 3:18:38 PM
Gravatar
Total Posts 7

Module with Ajax

I apologies,  I am a winforms developer and not a ASP developer.

I have created a couple of modules which work so I must be doing something right.

I am now trying to create a module which basically is a slideshow and displays images from a specified directory at a 5 second interval.

I have created a web control using the Ajax extensions  timer and script manager. It all works when testing it on my PC in Visual studio, but when I add it to a page I get the following error:

 

We're sorry but a server error has occurred while trying to process your request.

The error has been logged and will be reviewed by our staff as soon as possible. It is possible that the error was just a momentary hiccup and you may wish to use the back button and try again or go back to the home page.

 

I had to strip out the timer and script manager before it would work.

Any ideas how I can get it to work? Or is there a better way to achieve a image slideshow?

 

Thanks in advance!

5/11/2013 3:37:16 PM
Gravatar
Total Posts 18439

Re: Module with Ajax

Hi,

Start with Basic Troubleshooting.

Note that there can only be one ScriptManager in a page and in mojoPortal one already exists in the layout.master file of the skin so you don't need to add one of those.

Hope that helps,

Joe

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