Latest posts on tagged on "SQL"

How to change password in asp.net using c#?

9 January 2017

In this article I will show you how to change password code in c# asp.net. For change password, first the user needs to register the details. When the registered user wants to change the password, he/she has to login into the account with username and password.

How to create login page in asp.net?

9 January 2017

In this article I will show you how to create asp.net c# login page code with sql database. In this login form multiple user can login with the form, If the username and password matches with the database it allows user to login.

How to add checkbox in dropdownlist using jQuery?

3 January 2017

In this article, I will show you jQuery dropdownchecklist example using SQL server in asp.net mvc. Use JQuery multiselect bootstrap plugin along with bootsrap css, so that you...

How to insert data using stored procedure in asp.net mvc dapper example?

8 December 2016

In this article, I will show you how to insert data and get a return value Reference ID from stored procedure in c# asp.net mvc dapper. The reference Id will be generated from database and it is the combination of the first four letters of the ItemName and Itemid.

Custom Paging SQL Server example

28 November 2016

In this article, I will show you how to implement custom paging in SQL servre 2008. I used ROW_NUMBER() in where clause to achieve ms sql paging.

Page 2 of 5