Cannot find richtext control in asp.net

I am using visual studio 2010. The problem is that I am looking for an extended text block in the toolbar, but I cannot find it. Is it not available in comparison with 2010, or is it just me who could not figure it out. please, help

+4
source share
1 answer

The RichTextBox control is only available in Windows Forms development, not in ASP.NET development.

The most commonly mentioned free ASP.NET solution is CKEditor .

+5
source

Source: https://habr.com/ru/post/1502653/


All Articles