MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

How do the form?  (Mono Support )

Viewed 45606 time(s), 17 post(s) 12/29/2011 12:01:17 PMby deluxxx

Related topics

deluxxx

deluxxx

12/29/2011 12:01:17 PM
I would like to create your own form, which will connect to another application. Do I need towrite code in C # or it can be done using WebParts?
This content has not been rated yet. 
214 Reputation 27 Total posts
denis

denis

12/29/2011 12:07:07 PM
There are no dedicated form-builder Web parts in MonoX (although there are some plans to develop it next year) , so you will have to write your own code in C# (or any other .NET-compatible language).
Rated 5.00, 1 vote(s). 
7207 Reputation 956 Total posts
deluxxx

deluxxx

12/29/2011 12:31:15 PM
Thanks for your reply
How do I open a project in Visual Studio can not edit anything by DESIGN. This lack of wineto purchase a license if I have no plug-ins?
This content has not been rated yet. 
214 Reputation 27 Total posts
denis

denis

12/29/2011 12:40:19 PM
You cannot change the core functionality of MonoX without the source license. However, you can develop your own Web parts and pages or change the behavior of the existing parts without it.
Here is the tutorial that explains the basic principles behind MonoX custom projects: http://www.mono-software.com/Blog/post/Mono/95/Building-a-custom-ASP-NET-project-based-on-MonoX/
Rated 5.00, 1 vote(s). 
7207 Reputation 956 Total posts
deluxxx

deluxxx

12/29/2011 12:48:43 PM
Yet another question I do not know if I understand correctly. If you want to add a form that I need to write a WebPart or just add a form to aspx page?
This content has not been rated yet. 
214 Reputation 27 Total posts
denis

denis

12/29/2011 1:13:17 PM
Both approaches will work. We are using Web parts when some functionality is required in multiple places (or projects), as it is very easy to drop parts when they are needed. Think of a Web part as a configurable, packageable and redistributable unit of functionality. On the other hand, if a particular functionality is required only once, we usually go with Web (aspx) pages.
This content has not been rated yet. 
7207 Reputation 956 Total posts
deluxxx

deluxxx

12/30/2011 9:00:01 AM
I created a New Page called RegTranslate and I want to create a form. Which file should Iedit? How do I edit it RegTranslate.aspx errors appear.
This content has not been rated yet. 
214 Reputation 27 Total posts
denis

denis

12/30/2011 10:55:46 AM
When you create  a new page from the MonoX page admin section, it actually just copies the page template ASPX file, and uses template's main codebehind (aspx.cs) for all functionality - all other scenarios would require on-the-fly compilation that is not feasible in many environments.. If you need to implement a custom backend functionality for your Web forms (as you probably do), please open a new custom MonoX project (as described in the article I posted earlier), and add a new page in Visual Studio. This will create a codebehind file that you can use as usual.
This content has not been rated yet. 
7207 Reputation 956 Total posts
deluxxx

deluxxx

12/30/2011 12:38:33 PM
I am doing currently by the article and I have to change something in the web.config. After opening the file I generated myproject.sln but all are with an exclamation point. Then ask usto change your web.config. I run it using Visual Studio or copy of the project Monox? I apologize for the simplicity of my questions but it was beginning to play with CMS

edit: You write that copy "to the Web site root folder" comes to the folder / MyProject or level up?
edit: Ok I know... level up :) and I have web.config :) sorry :)
edit: I write everything can anyone ever will have the same problems.


But maybe not? Where to file .sln and .csproj I copy? / MyProject or level up?

I want to change the layout now. I copied the cod with changing your name to my project.The file is to be masters in mastepages understand my project but in general it does not respond.
This content has not been rated yet. 
214 Reputation 27 Total posts
deluxxx

deluxxx

12/30/2011 1:37:11 PM
My current question is. I want to do three websites that each have their own separate CMS. I need to install three times MonoX if everything I do in one folder?

Where to file .sln and .csproj I copy? / MyProject or level up?

This content has not been rated yet. 
214 Reputation 27 Total posts
1 2