This is a migrated thread and some comments may be shown as answers.

create form bulder

1 Answer 148 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Pouyan
Top achievements
Rank 1
Pouyan asked on 27 Jul 2012, 06:52 PM
hi
i want to create form builder in webForms .
how can i make this with form Element in Editor ?
how can I access to form elements in codeBehind C#?
I want to insert to Database from Elements .

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 01 Aug 2012, 01:33 PM
Hi,

RadEditor is used for editing and creating HTML/XHTML content and you can think of the editor as an advanced TextBox control. The editor control allows you to insert form HTML fields and to specify an action for a form (see the attached screenshot) and this is all the editor is supposed to do. If you would like to use the editor's content in another page, in a new user control or in a new web form, you should use your custom logic to do so as this is outside the editor's domain. You should use some IDE such as Visual Studio and write server code and create pages.

If you would like you can change the content inserted via the InsertFormElement splitbuton dropdown using the OnClientPasteHtml event of RadEditor.


Kind regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
Pouyan
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or