ASP.NET – Insert data using SQL Stored Procedures

Post Views: 1,019 SQL stored procedures are prepared SQL queries that we can use multiple times in our applications. With combination of “if and else” statements it can be used for inserting, deleting, updating data in SQL database. It can be with or without parameters. In this post we will learn how we can use … Continue reading ASP.NET – Insert data using SQL Stored Procedures