Category - Razor Pages
Results 61 - 80 of 160
08 Sep 2022 08 Sep 2022 0 Comments  827 Views
Here Mudassar Khan has explained with an example, how to perform Indian PAN Card Number validation on Client Side using Data Annotation and Regular Expressions in ASP.Net Core Razor Pages.

The Data Annotation attributes will be applied to the Model class properties in ASP.Net Core Razor Pages.
04 Sep 2022 04 Sep 2022 0 Comments  1428 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  1480 Views
Here Mudassar Khan has explained with an example, how to use WebClient in ASP.Net Core Razor Pages.

This article will illustrate how to call an API using the DownloadString method of the WebClient class in ASP.Net Core Razor Pages.
02 Sep 2022 02 Sep 2022 0 Comments  1788 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.
27 Aug 2022 27 Aug 2022 0 Comments  835 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  2786 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.
25 Aug 2022 25 Aug 2022 0 Comments  3522 Views
Here Mudassar Khan has explained with an example, how to export Grid (Html Table) data from database to CSV (Text) file in ASP.Net Core Razor Pages.

The Grid (Html Table) will be populated from database using Entity Framework and then the records from the database will be exported and downloaded as Microsoft CSV (Text) file in ASP.Net Core Razor Pages.
25 Aug 2022 25 Aug 2022 0 Comments  3465 Views
Here Mudassar Khan has explained with an example, how to export Grid (Html Table) data from database to Word file in ASP.Net Core Razor Pages.

The Grid (Html Table) will be populated from database using Entity Framework and then the records from the database will be exported and downloaded as Word file in ASP.Net Core Razor Pages.
21 Aug 2022 21 Aug 2022 0 Comments  2045 Views
Here Mudassar Khan has explained with an example, how to populate (bind) DropDownList from database using Entity Framework in ASP.Net Core Razor Pages.

This article will also explain how to add Default Item (Blank Item) to DropDownList at First position when populating from database using Entity Framework in ASP.Net Core Razor Pages.
18 Aug 2022 18 Aug 2022 0 Comments  1492 Views
Here Mudassar Khan has explained with an example, how to perform Server Side Email validation using Data Annotation attribute in ASP.Net Core Razor Pages.

The Server Side Email validation will be performed using Model class and Data Annotation attributes.
18 Aug 2022 18 Aug 2022 0 Comments  2345 Views
Here Mudassar Khan has explained with an example, how to perform Client Side Email validation using Data Annotation attribute and jQuery in ASP.Net Core Razor Pages.

The Client Side Email validation will be performed using Model class and Data Annotation attributes.
17 Aug 2022 17 Aug 2022 0 Comments  4400 Views
Here Mudassar Khan has explained with an example, how to populate one DropDownList based on another DropDownList selected value using jQuery AJAX in ASP.Net Core Razor Pages.

This article will illustrate a dependent Country, State and City DropDownLists which will be populated from database by making use of Entity Framework in ASP.Net Core Razor Pages.
16 Aug 2022 16 Aug 2022 0 Comments  3422 Views
Here Mudassar Khan has explained with an example, how to validate Email using JavaScript and Regular Expression (Regex) in ASP.Net Core Razor Pages.

When the Submit Button is clicked, the Email Address in the TextBox will be validated using JavaScript and Regular Expression (Regex) in ASP.Net Core Razor Pages.
16 Aug 2022 16 Aug 2022 0 Comments  2885 Views
Here Mudassar 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 ASP.Net Core Razor Pages.

The Username or Password will be first encrypted using Symmetric (Same) key AES 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.
13 Aug 2022 13 Aug 2022 0 Comments  1209 Views
Here Mudassar Khan has explained with an example, how to implement Server Side validation of RadioButton in ASP.Net Core Razor Pages.

The Server Side validation will be performed for RadioButton using Model and Data Annotations in ASP.Net Core Razor Pages.
11 Aug 2022 11 Aug 2022 0 Comments  1413 Views
Here Mudassar Khan has explained with an example, how to use encryption and decryption (Cryptography) in ASP.Net Core Razor Pages.

This article makes use of Symmetric (Same) key AES Algorithm for encryption and decryption process.
06 Aug 2022 06 Aug 2022 0 Comments  5290 Views
Here Mudassar Khan has explained with an example, how to populate Cascading i.e. dependent Country, State and City DropDownLists using jQuery AJAX in ASP.Net Core Razor Pages.

The Cascading i.e. dependent Country, State and City DropDownLists will be populated from database using jQuery AJAX in ASP.Net Core Razor Pages.
05 Aug 2022 05 Aug 2022 0 Comments  1434 Views
Here Mudassar Khan has explained with an example, how to populate (bind) DropDownList using AngularJS AJAX and Entity Framework in ASP.Net Core Razor Pages.

The DropDownList items (options) will be populated by fetching data from database using AngularJS AJAX and Entity Framework in ASP.Net Core Razor Pages.
04 Aug 2022 04 Aug 2022 0 Comments  3091 Views
Here Mudassar Khan has explained with an example, how to populate (bind) DropDownList using jQuery AJAX and Entity Framework in ASP.Net Core Razor Pages.

The DropDownList items (options) will be populated by fetching data from database using jQuery AJAX and Entity Framework in ASP.Net Core Razor Pages.
02 Aug 2022 02 Aug 2022 0 Comments  2262 Views
Here Mudassar Khan has explained with an example, how to implement Client Side validation for RadioButton in ASP.Net Core Razor Pages.

The Client Side validation will be performed for RadioButton using Model, Data Annotations and jQuery in ASP.Net Core Razor Pages.
Results 61 - 80 of 160