Runtime Update Filds in rich text editor DevExpress Asp.net Core - devexpress

I use rich text editor DevExpress in Asp.net Core
How can I put fields in the template file and update them Runtime.
by java Script or JQuery or...

Please submit your question to DevExpress Support team. I am sure they will be happy to address this issue.

Related

Add rich text editor to add and show rich html inside out Asp.net core MVC

I am working on an Asp.net mvc core web application, and i am trying to find a way to add the ability to Add and Read rich text inside our application. so i am not sure if Asp.net MVC core provide such a capability or if there is any free third party tools to use?
Thanks
You can use a third party component to provide rich text editing within your application.
Tiny MCE is a well known rich text editor that is free to use.
They are trying to sell the cloud hosted version which is quite easy to add to your website.
But the free version is available as a download or as a Nuget package.
Download or install via Nuget, NPM, or other package mangager

DevExpress Universal Template with Authentication

I installed DevExpress Universal cause I need Grid View and Chart for my web. Also I am trying out ASP.NET Core and already started creating a web application with the Microsoft template for ASP.NET Core MVC. My application needs authentication for users and I am using Individual User Accounts which was supplied by the Microsoft Template. Is it possible to integrate DevExpress Library in my project instead of creating a new project with the DevExpress Template? I am planning to use ASP.NET MVC Wrappers from DevExpress, also.
In previous version there has been an Integrate DevExpress option in the DevExtreme menu but this release "DevExtreme MVC Wrappers" is quite new or could be RC release. It is not so difficult to do it manually, please refer to this article on how to proceed ASP.NET MVC Wrappers 16.1.6.
yes its possible. first you need to add devExpress reference in your project before, then you can use a devExpress Templete.

ASP.NET 4.5 How do I use an Ajax controls, I can't find them in the Toolbox?

total newbie to AJAX, I got the NuGET an I found the Ajax Control Toolkit
7.1213.0
I ran this PM> Install-Package AjaxControlToolkit
It said successful at the end.
There is nothing to add if I right click a TAB in the toolbox and look in the .NET Framework components.
It says The Ajax Control Toolkit contains more than 40 controls, including... Where do I see them and how do I add them to my WEB page?
I see an 'AJAX Extensions' tab in my Toolbox which was there already, but there are not 40 controls. Just these
Pointer, Scriptmanager, ScriptManagerProxy, Timer, UpdatePanel, UpdatProgress
Are these suppose to be controls I can drag onto my WEB page or how do they work?
First of all you have to take a look at the sample.
Second, you have to download the AJAX-Control-Toolkit and you will find example projects.
How to add it to ToolBox.
How to add ajaxcontroltoolkit to toolbox in Visual Studio 2012
You need to add the controls in you tool bar. You can go through this link.
http://weblogs.asp.net/yousefjadallah/archive/2010/04/16/installing-ajax-control-toolkit-4-in-visual-studio-2010.aspx

cannot find richtext box control in asp.net

I am using visual studio 2010. The problem is I am looking for rich text box control in the toolbox but i am unable to find it. isn't it available in vs 2010 or is it only me who couldn't find it out. please help
The RichTextBox control is only available in Windows Forms development, not ASP.NET development.
The most often referenced free ASP.NET solution is CKEditor.

Using the Ext.NET library in an ASP.NET Monodevelop project

I would like to use the wonderful Ext.NET library (.dll) inside a MonoDevelop project.
Is it possible? If yes, how can I register it in my project to see the <ext:something> extension like the <asp:textbox> for standard asp.net controls?
I don't have much personal experience with Ext.NET + Mono, but I do know several community members have been successfully developing with Mono. The following search results may help track down a bit more information, see
http://www.google.ca/search?q=site%3Aforums.ext.net+mono

Resources