If you have questions about using mojoPortal, you can post them here.
You may want to first review our site administration documentation to see if your question is answered there.
Hello,
As I understand there is no possibility to add asp.net code in "HTML Content" container, right? Also no html FORM tag allowed? I can add form but as expected on submitting asp.net global form submission is executed.
Any suggestion how to add additional asp.net scripting to the page?
regards,Tomas
You are correct, no .net code will execute from inside html content and there can be only 1 form on a page in ASP.NET WebForms.
I recommend reading our developer documentation, especially the Hello World tutorial.
Best,
Joe