Category - Rich Text Editor
Results 1 - 20 of 25
04 Jan 2022 04 Jan 2022 0 Comments  9376 Views
Here Mudassar Khan has explained with an example, how to implement Contact Us Form in ASP.Net Core Razor Pages.

The Contact Us Form consists of TextBox controls, a Rich TextBox and a FileUpload control to attach file.

When the Send Button is clicked, the values from the TextBox fields are embedded into HTML string and the HTML string is send as Email along with the Attachment in ASP.Net Core Razor Pages.
18 Dec 2021 18 Dec 2021 0 Comments  6208 Views
Here Mudassar Khan has explained with an example, how to implement TinyMCE RichTextBox (RichTextEditor) in ASP.Net Core Razor Pages.

TinyMCE RichTextBox (RichTextEditor) is a JavaScript plugin and is applied to the HTML TextArea element.
15 Dec 2021 15 Dec 2021 0 Comments  9802 Views
Here Mudassar Khan has explained with an example, how to implement Contact Us Form in ASP.Net Core MVC.

The Contact Us Form contains some TextBox controls, a Rich TextBox and a FileUpload control to attach file.

When the Send Button is clicked, the values from the TextBox fields are embedded into HTML string and the HTML string is send as Email along with the Attachment in ASP.Net Core MVC.
15 Dec 2021 15 Dec 2021 0 Comments  7168 Views
Here Mudassar Khan has explained with an example, how to implement TinyMCE RichTextBox (RichTextEditor) in ASP.Net Core MVC.

TinyMCE RichTextBox (RichTextEditor) is a JavaScript plugin and is applied to the HTML TextArea element.
30 Jul 2018 30 Jul 2018 0 Comments  78791 Views
Here Mudassar Ahmed Khan has explained with an example, how to display HTML content (data) from Model in View in ASP.Net MVC Razor.

The HTML content (data) will be displayed using Html.Raw Helper method in ASP.Net MVC Razor.
21 Mar 2018 21 Mar 2018 0 Comments  14762 Views
Here Mudassar Ahmed Khan has explained with an example, how to upload, add and display Image in TinyMCE Rich Text Editor TextBox using jQuery Uploadify Plugin in ASP.Net MVC Razor.

The files uploaded using the jQuery Uploadify Plugin will be saved in a Folder (Directory) and will be displayed in the TinyMCE Rich Text Editor TextBox in ASP.Net MVC Razor.
12 Jan 2018 12 Jan 2018 0 Comments  13891 Views
Here Mudassar Ahmed Khan has explained with an example, how to perform Required (Not Empty) validation for TinyMCE RichTextBox (RichTextEditor) using Data Annotations and jQuery in ASP.Net MVC.
14 Nov 2017 14 Nov 2017 0 Comments  11839 Views
Here Mudassar Ahmed Khan has explained with an example, how to display Emoji Emotion Icons in ASP.Net TextBox using the TinyMCE Editor.

By default ASP.Net TextBox does not support Emoji Emotion Icons and hence the TinyMCE Editor plugin needs to be applied to ASP.Net TextBox.
22 Mar 2017 22 Mar 2017 1 Comments  53821 Views
Here Mudassar Ahmed Khan has explained with an example, how to use Rich Text Editor (WYSIWYG Editor) in ASP.Net MVC 5 Razor.
Rich Text Editor (WYSIWYG Editor) in ASP.Net MVC 5 Razor will be implemented using TinyMCE RichTextBox (RichTextEditor) which is a JavaScript plugin and is applied to the HTML TextArea element.
This article will also illustrate how to validate contents of Rich Text Editor (WYSIWYG Editor) using Data Annotations in ASP.Net MVC 5 Razor.
07 Dec 2016 07 Dec 2016 0 Comments  21160 Views
Here Mudassar Ahmed Khan has explained with an example, how to use TinyMCE RichTextBox (RichTextEditor) in ASP.Net MVC Razor.
TinyMCE RichTextBox (RichTextEditor) is a JavaScript plugin and is applied to the HTML TextArea element.
This article will also illustrate how to validate contents of TinyMCE RichTextBox (RichTextEditor) using Data Annotations in ASP.Net MVC Razor.
29 Feb 2016 29 Feb 2016 1 Comments  79847 Views
Here Mudassar Ahmed Khan has explained with an example, how to save (insert) and retrieve (display) HTML Tags (Code) from database in ASP.Net using C# and VB.Net.
26 Feb 2016 26 Feb 2016 0 Comments  47931 Views
Here Mudassar Ahmed Khan has explained with an example, how to save (insert) and retrieve (display) TinyMCE contents from database in ASP.Net using C# and VB.Net.
19 Apr 2015 19 Apr 2015 1 Comments  53832 Views
Here Mudassar Ahmed Khan has explained how to count the characters of TinyMCE Rich Text Editor and also implement Character Limit validation i.e. limit the number of allowed characters for TinyMCE editor using JavaScript.
10 Mar 2015 10 Mar 2015 0 Comments  85445 Views
Here Mudassar Ahmed Khan has explained with example and attached sample code, how to use and integrate the ASP.Net AJAX Control Toolkit HtmlEditorExtender Rich Text Editor in a website.
14 Oct 2013 14 Oct 2013 4 Comments  60833 Views
Here Mudassar Ahmed Khan has addressed the problem faced when using TinyMCE Rich TextBox Editor inside ASP.Net UpdatePanel.

There are two problems faced, first is that the TinyMCE Rich TextBox Editor disappears after Partial PostBack inside UpdatePanel and second is that the value entered in the TinyMCE Rich TextBox Editor is lost after Partial PostBack in UpdatePanel.
11 Oct 2013 06 Sep 2018 14 Comments  254883 Views
Here Mudassar Ahmed Khan has explained the error exception in ASP.Net A potentially dangerous Request.Form value was detected from the client.

The error exception A potentially dangerous Request.Form value was detected from the client occurs when ValidateRequest is set true and someone tries to submit HTML content to server. This error comes since ASP.Net tries to protect the application from Script Attacks.
26 Jun 2013 26 May 2020 10 Comments  629911 Views
Here Mudassar Ahmed Khan has explained with an example, how to create a Contact Us Page in ASP.Net using C# and VB.Net.

The Contact Us Form contains some TextBox controls and a FileUpload control to attach file.

When the Send Button is clicked, the values from the TextBox fields are embedded into HTML string and the HTML string is send as Email and the File is attached to the Email.
05 Feb 2013 07 Sep 2018 10 Comments  125824 Views
Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to implement free TinyMCE Editor as Rich TextBox in ASP.Net using C# and VB.Net.
15 Dec 2012 30 May 2018 1 Comments  84662 Views
Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to Upload, add and Display Image dynamically in TinyMCE Editor TextBox using jQuery Uploadify Plugin AJAX and Progress Bar without refreshing the Page in ASP.Net.
25 Jul 2010 25 Jul 2010 5 Comments  37324 Views
Here Mudassar Ahmed Khan has explained how to perform validation in TinyMCE Rich Text Editor using the ASP.Net Validators
Results 1 - 20 of 25