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.
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.
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.
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?,
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
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.
Try the hello world examples, they have updatepanels and they work.
Hope it helps,
Ops. I had not seen. I will
Thanks again.
Great Joe!!!.
Thanks a lot. Now, I can to do what I want it.
mojoPortal is Big !!!!
Cheers