How To Get Form Data Using FormData Object In AJAX
This article is useful for getting all form data using the formData object on ajax call.
Display Loading Image When AJAX Call Is In Progress
You can display a loading image or text message on the page when the AJAX request is in progress and hide it after getting a response. How to show loader on every ajax call?
Authorize.net Payment Integration Using Accept JS Token in ASP .NET MVC
When you don’t want to set and pass card or bank details to your backend then you can use the accept Js functionality. using this you can perform any type of authorize.net payment functionality without using any type of security details, bank details, and card details in your code
Generate and Display Barcode image in ASP .NET MVC
Generate and Display Barcode image in ASP .Net MVC
Generate and Display QR Code Image Using ASP.NET MVC
Generate and Display QR Code Image Using ASP.Net MVC
Custom Authentication Filter In MVC
In this article we learned about custom Authentication Filter, I Hope you guys understand the concept of custom authentication filters.
Send E-Signature Link Using SignNow.Net API
In this article we are going to learn how to Send E-Signature Link Using SignNow.Net API!
How to improve website speed by preloading Web fonts
Morden new websites used custom web fonts. Web fonts are the fonts that are not available in the browser by default. They are the fonts that are fetched remotely and rendered by the browser. Custom web fonts are used everywhere in the world but many websites load them improperly. Web fonts allow us to build…