Category - Password TextBox
Results 1 - 20 of 42
04 Sep 2022 04 Sep 2022 0 Comments  1430 Views
Here Mudassar Khan has explained with an example, how to perform Password and Confirm Password validation on Server Side using Data Annotation attributes in ASP.Net Core Razor Pages.

The Data Annotation attributes will be applied to the Model class properties in ASP.Net Core Razor Pages.
02 Sep 2022 02 Sep 2022 0 Comments  2847 Views
Here Mudassar Khan has explained with an example, how to perform Password and Confirm Password validation on Server Side using Data Annotation attributes in ASP.Net Core MVC.

The Data Annotation attributes will be applied to the Model class properties in ASP.Net Core MVC.
02 Sep 2022 02 Sep 2022 0 Comments  1796 Views
Here Mudassar Khan has explained with an example, how to perform Password and Confirm Password validation on Client Side using Data Annotation attributes and jQuery in ASP.Net Core Razor Pages.

The Data Annotation attributes will be applied to the Model class properties in ASP.Net Core Razor Pages.
02 Sep 2022 02 Sep 2022 0 Comments  1525 Views
Here Mudassar Khan has explained with an example, how to perform Password and Confirm Password validation on Client Side using Data Annotation attributes and jQuery in ASP.Net Core MVC.

The Data Annotation attributes will be applied to the Model class properties in ASP.Net Core MVC.
02 Sep 2022 02 Sep 2022 0 Comments  2282 Views
Here Mudassar Khan has explained with an example, how to perform Password and Confirm Password validation on Server Side using Data Annotation attributes in ASP.Net MVC Razor.

The Data Annotation attributes will be applied to the Model class properties in ASP.Net MVC Razor.
29 Aug 2022 29 Aug 2022 0 Comments  2525 Views
Here Mudassar Khan has explained with an example, how to use CompareValidator in ASP.Net.
29 Aug 2022 29 Aug 2022 0 Comments  1358 Views
Here Mudassar Khan has explained with an example, how to perform Password and Confirm Password validation for Password TextBox using jQuery in ASP.Net.

The values of the Password and Confirm Password TextBoxes are compared using jQuery and if the values do not match an error message is displayed.
29 Aug 2022 29 Aug 2022 0 Comments  2169 Views
Here Mudassar Khan has explained with an example, how to perform Password and Confirm Password validation for Password TextBox using JavaScript in ASP.Net.

The values of the Password and Confirm Password TextBoxes are compared using JavaScript and if the values do not match an error message is displayed.
27 Aug 2022 27 Aug 2022 0 Comments  838 Views
Here Mudassar Khan has explained with an example, how to perform Password and Confirm Password validation for Password TextBox using jQuery in ASP.Net Core Razor Pages.

The values of the Password and Confirm Password TextBoxes are compared using jQuery and if the values do not match an error message is displayed.
27 Aug 2022 27 Aug 2022 0 Comments  903 Views
Here Mudassar Khan has explained with an example, how to perform Password and Confirm Password validation for Password TextBox using jQuery in ASP.Net Core MVC.

The values of the Password and Confirm Password TextBoxes are compared using jQuery and if the values do not match an error message is displayed.
27 Aug 2022 27 Aug 2022 0 Comments  1334 Views
Here Mudassar Khan has explained with an example, how to perform Password and Confirm Password validation for Password TextBox using jQuery in ASP.Net MVC.

The values of the Password and Confirm Password TextBoxes are compared using jQuery and if the values do not match an error message is displayed.
27 Aug 2022 27 Aug 2022 0 Comments  5163 Views
Here Mudassar Khan has explained with an example, how to perform Password and Confirm Password validation for Password TextBox in ASP.Net.

The values of the Password and Confirm Password TextBoxes are compared using ASP.Net CompareValidator and if the values do not match error message is displayed.
27 Aug 2022 27 Aug 2022 0 Comments  2792 Views
Here Mudassar Khan has explained with an example, how to perform Password and Confirm Password validation for Password TextBox using JavaScript in ASP.Net Core Razor Pages.

The values of the Password and Confirm Password TextBoxes are compared using JavaScript and if the values do not match an error message is displayed.
27 Aug 2022 27 Aug 2022 0 Comments  1211 Views
Here Mudassar Khan has explained with an example, how to perform Password and Confirm Password validation for Password TextBox using JavaScript in ASP.Net Core MVC.

The values of the Password and Confirm Password TextBoxes are compared using JavaScript and if the values do not match an error message is displayed.
27 Aug 2022 27 Aug 2022 0 Comments  1952 Views
Here Mudassar Khan has explained with an example, how to perform Password and Confirm Password validation for Password TextBox using JavaScript in ASP.Net MVC.

The values of the Password and Confirm Password TextBoxes are compared using JavaScript and if the values do not match an error message is displayed.
21 Oct 2020 21 Oct 2020 0 Comments  41104 Views
Here Mudassar Ahmed Khan has explained with an example, how to show hide Password using EYE Icon in TextBox with jQuery.

The EYE Icon will be created using Font-Awesome Fonts and will be displayed next to TextBox.

When the EYE Icon is clicked, the TextBox will be toggled from Password TextBox to a Normal TextBox and vice versa respectively showing and hiding the Password Text.
25 Apr 2019 25 Apr 2019 0 Comments  67214 Views
Here Mudassar Ahmed Khan has explained with an example, how to encrypt and store Username or Password in SQL Server Database Table and then fetch, decrypt and display it in Windows Forms (WinForms) Application using C# and VB.Net.

The Username or Password will be first encrypted using AES Symmetric key (Same key) algorithm and then will be stored in the database.

The Decryption will be done by fetching the encrypted Username or Password from Database and then decrypting it using the same key that was used for encryption.
07 Feb 2019 18 Feb 2019 0 Comments  51746 Views
Here Mudassar Ahmed Khan has explained with an example, how to allow only AlphaNumeric (Letters or Numbers), Underscore in Username and it must have length of 3 to 10 characters using JavaScript.

When the Submit Button is clicked, the Username in the TextBox will be validated using JavaScript and Regular Expression (Regex) and if the Username is invalid, the error message will be displayed next to the TextBox using JavaScript.
01 Feb 2019 01 Feb 2019 0 Comments  33404 Views
Here Mudassar Ahmed Khan has explained with an example, how to restrict user from entering Special Characters in TextBox using AngularJS.

This article will illustrate how to perform AlphaNumeric validation for TextBox i.e. allow only Alphabets and Numbers in TextBox using AngularJS.

The AlphaNumeric validation will be performed with the help of ngPatternRestrict module which uses Regular Expressions for restricting characters in TextBox in AngularJS.
01 Feb 2019 01 Feb 2019 0 Comments  62051 Views
Here Mudassar Ahmed Khan has explained with an example, how to restrict user from entering Special Characters in TextBox using jQuery.

This article will illustrate how to perform AlphaNumeric validation for TextBox i.e. allow only Alphabets and Numbers in TextBox using jQuery.

When User types in the TextBox, the text in the TextBox will be validated using OnKeyPress event handler in jQuery and if the inputted character is not AlphaNumeric i.e. Alphabet or Number, the error message will be displayed next to the TextBox.
Results 1 - 20 of 42