mojoPortal AJAX with .Net 2.0 and .Net 3.5

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.
11/24/2008 2:55:18 PM
Gravatar
Total Posts 146

mojoPortal AJAX with .Net 2.0 and .Net 3.5

 Hi Joe.

I have a doubt: When I work with mojoPortal (.Net Framework 2.0) and AJAX, I must to download a ad-hoc kit see Scriptmanager and other controls into the tool box of VS 2008. Right?. By other hand, when I work with mojoPortal and I add a new project with .Net Framework 3.5, this controls appears automatically, right ?.

I'm sorry about a basic question.

 

Thanks in advance.

11/24/2008 7:54:45 PM
Gravatar
Total Posts 146

Re: mojoPortal AJAX with .Net 2.0 and .Net 3.5

 Hello again.

Yes. I must to download a package to add AJAX extentions to ASP.NET on .Net Framework 2.0.

I did't, and when I put a <asp:ScriptManager...> on my WebForm I get an error like..: Only once ScriptManager control must be in a page..., if I cut this and only <asp:UpdatePanel>... and ContentTemplate on the page AJAX don't work. 

Any idea?,

 

Thanks in advance.

11/25/2008 5:27:12 AM
Gravatar
Total Posts 18439

Re: mojoPortal AJAX with .Net 2.0 and .Net 3.5

Hi Ruben,

As I mentioned in the blog, I will be changing the target from 2.0 to 3.5 soon in svn

ScriptManager lives in layout.master of the skin so it is already on every page.

Best,

Joe

11/25/2008 6:43:38 AM
Gravatar
Total Posts 146

Re: mojoPortal AJAX with .Net 2.0 and .Net 3.5

Hi Joe.

Ok, then I don't need to put ScriptManager into my .ascx, only UpdatePanel and so... right?. But, I did't and don't work. I mean I try the same thing in a new projecto from scratch, outside mojoPortal, only webPages (not .ascx) and all work fine. I can't to see what's wrong on it.

Thanks in advance.

11/25/2008 6:55:08 AM
Gravatar
Total Posts 18439

Re: mojoPortal AJAX with .Net 2.0 and .Net 3.5

Try the hello world examples, they have updatepanels and they work.

Hope it helps,

Joe

11/25/2008 7:04:56 AM
Gravatar
Total Posts 146

Re: mojoPortal AJAX with .Net 2.0 and .Net 3.5

Ops. I had not seen. I will

Thanks again.

11/25/2008 11:55:31 AM
Gravatar
Total Posts 146

Re: mojoPortal AJAX with .Net 2.0 and .Net 3.5

Great Joe!!!.

Thanks a lot. Now, I can to do what I want it. 

mojoPortal is Big !!!!

Cheers

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