Articles

1

This article explain how to pass parameter in SQL server Stored Procedure and get value from stored procedure.

 

Steps:-
Note:- Skip Step 1 to 2 if you already have an application
1.first include this namespaces

using System;
using System.EnterpriseServices;
using System.Data;
using System.Data.SqlClient;


2. include this Main Code