Top Solutions

Show confirmation message before deleting record

In this article I will show you how to implement JavaScript confirm delete yes no. When the user want to delete any record it will ask for the confirmation before operation will happen. To implement you have to set on button or action link onclick event.

How to generate OTP Code in c#?

In this tutorial I will show you how to generate OTP code in c# mvc. Nowadays most applications are using two factor verification to validate the user’s login information using mobile number for online banking or made purchase online goods.

How to replace the css class using jQuery?

In this tutorial I will show you how to replace the class using jQuery. When the user click the grid view it will be listed in grid view, if the user click the list view the content will be listing.