Category - Form
Results 1 - 20 of 68
29 Nov 2022 29 Nov 2022 0 Comments  2088 Views
Here Mudassar Khan has explained with an example, how to validate HTML Form using jQuery Validation plugin in ASP.Net Core Razor Pages.

This article makes use of jQuery ValidationEngine plugin for performing validation.

jQuery ValidationEngine plugin will perform validation for various Form fields like TextBox, DropDownList, etc. and the type of validations involved would be Required, Email, Password confirmation, Minimum and Maximum Length, Telephone number, Mobile Cell number, Date Format such as dd/MM/yyyy dates.
29 Nov 2022 29 Nov 2022 0 Comments  1110 Views
Here Mudassar Khan has explained with an example, how to validate HTML Form using jQuery Validation plugin in ASP.Net Core MVC.

This article makes use of jQuery ValidationEngine plugin for performing validation.

jQuery ValidationEngine plugin will perform validation for various Form fields like TextBox, DropDownList, etc. and the type of validations involved would be Required, Email, Password confirmation, Minimum and Maximum Length, Telephone number, Mobile Cell number, Date Format such as dd/MM/yyyy dates.
29 Nov 2022 29 Nov 2022 0 Comments  1125 Views
Here Mudassar Khan has explained with an example, how to validate HTML Form using jQuery Validation plugin in ASP.Net MVC.

This article makes use of jQuery ValidationEngine plugin for performing validation.

jQuery ValidationEngine plugin will perform validation for various Form fields like TextBox, DropDownList, etc. and the type of validations involved would be Required, Email, Password confirmation, Minimum and Maximum Length, Telephone number, Mobile Cell number, Date Format such as dd/MM/yyyy dates.
29 Nov 2022 29 Nov 2022 0 Comments  1182 Views
Here Mudassar Khan has explained with an example, how to validate HTML Form using jQuery Validation plugin.

This article makes use of jQuery ValidationEngine plugin for performing validation.

jQuery ValidationEngine plugin will perform validation for various Form fields like INPUT TextBox, HTML DropDownList, etc. and the type of validations involved would be Required, Email, Password confirmation, Minimum and Maximum Length, Telephone number, Mobile Cell number, Date Format such as dd/MM/yyyy dates.
07 Oct 2022 07 Oct 2022 0 Comments  1367 Views
Here Mudassar Khan has explained with an example, how to perform Passport Number validation in AngularJS.

This article will illustrate how to use AngularJS Form validation for TextBox and ng-pattern directive and Regular Expressions (Regex) for validating Passport Number in AngularJS.
10 Aug 2022 10 Aug 2022 0 Comments  3844 Views
ASP.Net  MVC  Button  Form  Core
Here Mudassar Khan has explained with an example, how to use multiple Action Methods inside View in ASP.Net Core MVC.

Multiple Submit Buttons will be placed inside a single Form and each Button will call a different Action Method in ASP.Net Core MVC.
10 Aug 2022 10 Aug 2022 0 Comments  2937 Views
ASP.Net  MVC  Button  Form  Core
Here Mudassar Khan has explained with an example, how to use multiple Submit Buttons inside View in ASP.Net Core MVC.

Multiple Submit Buttons will be placed inside a single Form and each Button will call a different Action Method in ASP.Net Core MVC.
27 Jul 2022 27 Jul 2022 0 Comments  4063 Views
ASP.Net  AJAX  jQuery  JSON  MVC  Form
Here Mudassar Khan has explained with an example, how to use AntiForgery Token without Form in ASP.Net MVC.

The AntiForgery Token will be sent to the Controller’s Action method using jQuery AJAX and JSON in ASP.Net MVC.
16 Jul 2022 16 Jul 2022 0 Comments  1851 Views
Here Mudassar Khan has explained with an example, how to fetch File from Form Collection in ASP.Net Core Razor Pages.

The uploaded Files are available in the Request.Form.Files collection in ASP.Net Core Razor Pages.
16 Jul 2022 16 Jul 2022 0 Comments  4196 Views
Here Mudassar Khan has explained with an example, how to fetch File from Form Collection in ASP.Net Core MVC.

The uploaded Files are available in the Request.Form.Files collection in ASP.Net Core MVC.
15 Jul 2022 15 Jul 2022 0 Comments  4114 Views
Here Mudassar Khan has explained with an example, how to upload files using Request.Files collection in ASP.Net MVC.
05 May 2022 05 May 2022 0 Comments  5753 Views
ASP.Net  MVC  Form  Core
Here Mudassar Khan has explained with an example, how to submit (post) a Form and send data from View to Controller along with AntiForgery Token in ASP.Net Core MVC.
30 Apr 2022 30 Apr 2022 0 Comments  3811 Views
ASP.Net  MVC  Form
Here Mudassar Khan has explained with an example, how to use AntiForgery Token with Form Post (Submit) in ASP.Net MVC.
11 Mar 2022 11 Mar 2022 0 Comments  9814 Views
Here Mudassar Khan has explained with an example, how to use multiple Handler Methods inside Razor Pages in ASP.Net Core.

Multiple Submit Buttons will be placed inside a single Form and each Button will call a different Handler Method in ASP.Net Core Razor Pages.
11 Mar 2022 11 Mar 2022 0 Comments  11418 Views
Here Mudassar Khan has explained with an example, how to use multiple Submit Buttons inside Razor Pages in ASP.Net Core.

Multiple Submit Buttons will be placed inside a single Form and each Button will call a different Handler Method in ASP.Net Core Razor Pages.
26 Feb 2022 26 Feb 2022 0 Comments  3748 Views
Here Mudassar Khan has explained with an example, how to use the Html.TextBoxFor and Html.DropDownListFor functions for generating TextBox and DropDownList in ASP.Net Core MVC.

This article will explain how to create Form Fields using Html.TextBoxFor and Html.DropDownListFor functions and then send data from View to Controller using Model class object in ASP.Net Core MVC.
26 Feb 2022 26 Feb 2022 0 Comments  8620 Views
ASP.Net  MVC  TextBox  Form  Core
Here Mudassar Khan has explained with an example, how to pass (send) TextBox values from View to Controller in ASP.Net Core MVC.

This article will illustrate how to send TextBox values using Form Collection in ASP.Net Core MVC.
26 Feb 2022 26 Feb 2022 0 Comments  10409 Views
ASP.Net  MVC  TextBox  Form  Model
Here Mudassar Khan has explained with an example, how to pass (send) TextBox value from View to Controller without Model in ASP.Net MVC Razor.

This article will illustrate how to send TextBox values using Form Collection in ASP.Net MVC Razor.
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.
15 Dec 2021 15 Dec 2021 0 Comments  9801 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.
Results 1 - 20 of 68