During the development of the program, when creating SQL stored procedure parameters, you need to find the corresponding SQL data type according to the defined ASP.NET data type; if you are not familiar with the "Sql and Asp.Net data type", you will need it. Their correspondence tables are listed in detail below.
A computer virus is a small software program that can be run on a computer. It is also called a computer virus. It has the characteristics of strong communication and deliberately interferes with computer operation, destroying computer files and stealing user information.
When the computer is turned on, it is usually caused by hardware. In other words, in the first case, you should find the reason from the hardware. The computer has several main components. How do you know that the computer is booting caused by that component?
In this tutorial I will show you how to implement bootstrap menu active on navabar using MVC. Here I applied to my project. By default MVC project template was comes with bootstrap and styling for menu by default but functionality was not included.
As the name implies, it is like an application, it can be accessed like a website, but once you change it, if you change a piece of logic, you have to recompile it to see the effect of the change when the website is accessed.
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.
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.
In this tutorial I am going show you how to handle modelstate errors in json c#. Here I am using MVC5 and entity framework.You can use SelectMany function c# to get error message from modelstate mvc.
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.