Showing posts from January, 2021

Encrypt in javascript and pass it into Ajax call and decrypt in MVC Controller using AES Algorithm

This article explain how you should Encrypt the value in javascript and pass it into Ajax call and decrypt in MVC Controller usi…

Read More »

Prevent Duplicate (Double) record insert into Database in ASP.Net

In this article we will learn about how to Prevent Duplicate (Double) record insert into Database in ASP.Net.  This example we di…

Read More »

How to prevent duplicate(double) Inserts when Page is refreshed in ASP.Net

In this article we will learn about how to Prevent Duplicate(Double) Inserts when Page is refreshed in ASP.Net.  This example we …

Read More »
Load More That is All