Category - TextArea
12 Sep 2022 12 Sep 2022 0 Comments  1531 Views
Here Mudassar Khan has explained with an example, how to set MaxLength for TextArea using jQuery in ASP.Net Core Razor Pages.

The ASPSnippets MaxLength jQuery plugin will be used to set the MaxLength in the TextArea element in ASP.Net Core Razor Pages.
12 Sep 2022 12 Sep 2022 0 Comments  867 Views
ASP.Net  jQuery  HTML  MVC  TextBox  TextArea  Core
Here Mudassar Khan has explained with an example, how to set MaxLength for TextArea using jQuery in ASP.Net Core MVC.

The ASPSnippets MaxLength jQuery plugin will be used to set the MaxLength in the TextArea element in ASP.Net Core MVC.
08 Sep 2022 08 Sep 2022 0 Comments  1360 Views
Here Mudassar Khan has explained with an example, how to disable or prevent CUT, COPY, PASTE and DROP options in TextBox and Multiline TextBox (TextArea) using jQuery in ASP.Net Core Razor Pages.
08 Sep 2022 08 Sep 2022 0 Comments  1042 Views
Here Mudassar Khan has explained with an example, how to disable or prevent CUT, COPY, PASTE and DROP options in TextBox and Multiline TextBox (TextArea) using jQuery in ASP.Net Core MVC.
08 Sep 2022 08 Sep 2022 0 Comments  1272 Views
Here Mudassar Khan has explained with an example, how to disable or prevent CUT, COPY, PASTE and DROP options in TextBox and Multiline TextBox (TextArea) using jQuery in ASP.Net MVC.
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  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.
05 Dec 2018 05 Dec 2018 1 Comments  25194 Views
Here Mudassar Ahmed Khan has explained with an example, the difference between ReadOnly and Disabled attributes in HTML.

The ReadOnly and Disabled attributes though work in same manner i.e. restrict the User from inputting data in the Form elements in HTML, there are still differences in both.
24 Jul 2018 12 Sep 2022 0 Comments  13180 Views
Here Mudassar Khan has explained with an example, how to set MaxLength for TextArea created using Html.TextArea Helper function using jQuery in ASP.Net MVC Razor.

The ASPSnippets MaxLength jQuery plugin will be used to set the MaxLength in the TextArea element in ASP.Net MVC Razor.

Apart from limiting the character length in the TextArea, the plugin also displays Character count i.e. the count of Characters available for typing.
18 May 2015 06 Mar 2019 0 Comments  13663 Views
Here Mudassar Ahmed Khan has with an example, how to set MaxLength of HTML TextArea using JavaScript and jQuery i.e. limit number of Characters entered in TextArea using JavaScript and jQuery.
06 Aug 2014 06 Mar 2019 0 Comments  41861 Views
Here Mudassar Ahmed Khan has shared the jQuery plugin for TextArea to implement to limit characters with character count feature.

HTML TextArea control does not have MaxLength property hence I have built a MaxLength jQuery plugin which allows user to enforce character limit validation and optionally display the character count.
01 Jan 2014 05 Mar 2019 0 Comments  44170 Views
Here Mudassar Ahmed Khan has explained with an example, how to set MaxLength for Multiline TextBox in ASP.Net using jQuery.

By default the MaxLength property does not work for Multiline TextBox and hence I have created a jQuery Plugin which sets MaxLength for ASP.Net Multiline TextBox and also displays the character count as text is typed.
17 Aug 2013 12 Sep 2022 0 Comments  46016 Views
Here Mudassar Khan has explained with an example, how to disable or prevent CUT, COPY, PASTE and DROP options in HTML TextBox, HTML TextArea, ASP.Net TextBox and ASP.Net Multiline TextBox using jQuery.
28 Feb 2013 05 Mar 2019 0 Comments  42292 Views
Here Mudassar Ahmed Khan has explained with an example, how to show number of characters remaining in TextArea using JavaScript and jQuery.

HTML TextArea control does not have MaxLength property like the normal TextBox and Password fields have. Hence I have built a MaxLength jQuery plugin which simulates the working of the normal MaxLength with the help of JavaScript and jQuery.
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.
22 Oct 2012 05 Mar 2019 0 Comments  48308 Views
Here Mudassar Ahmed Khan has explained with an example and attached sample code, how to limit number of characters in an ASP.Net Multiline TextBox using jQuery MaxLength plugin.

HTML TextArea control does not have MaxLength property like the normal TextBox and Password fields to limit the number of characters. Hence I have built a MaxLength jQuery plugin which simulates the working of the normal MaxLength and allows users to limit charatcers in ASP.Net Multiline TextBox with the help of JavaScript and jQuery.
06 Aug 2012 05 Mar 2019 5 Comments  60861 Views
Here Mudassar Ahmed Khan has explained with an example, how to implement Character Count and Maximum Character Length Validation for ASP.Net MultiLine TextBox in general HTML terms the TextArea control.

HTML TextArea control does not have MaxLength property like the normal TextBox and Password fields have. Hence I have built a MaxLength jQuery plugin which simulates the working of the normal MaxLength with the help of JavaScript and jQuery.