DevExpress-Examples / richedit-for-core-how-to-integrate-a-control-into-an-asp-net-web-forms-application

ASP.NET Web Forms, ASP.NET Core, RichEdit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RichEdit for ASP.NET Core - How to integrate a control into an ASP.NET Web Forms application

This example illustrates how to integrate a client part of ASP.NET Core RichEdit componentt into an ASP.NET Web Forms application.

Requirements

  • To use the RichEdit control in an ASP.NET Web Forms application, you need to have a Universal, DXperience, or ASP.NET subscription.
  • Versions of the devexpress npm packages should be identical (their major and minor versions should be the same).

NOTE The client-side RichEdit libraries are added via NPM. It is necessary to restore the NPM packages before starting the project. Use the "Restore packages" command for the package.json file from Visual Studio (Add npm support to a project) or run npm install.

Files to Look At

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

ASP.NET Web Forms, ASP.NET Core, RichEdit

License:Other


Languages

Language:JavaScript 97.6%Language:Visual Basic .NET 0.9%Language:C# 0.8%Language:ASP.NET 0.7%