Hello All, To call a stored procedure you need to set CommandType property of SQLCommand to CommandType.StoredProcedure. Following is the sample code for the same:- Any ?’s, Please let me know. Thanks.
Tag Archives: MSSQL
Calling a stored procedure from ASP.NET c# website/application
Posted by Anoop Kumar Sharma
on January 14, 2013
No comments
Installing Membership into MSSQL Database
Posted by Anoop Kumar Sharma
on January 10, 2013
No comments
Hello All, I want to share my experience on installation of membership tables and stored Proc on MSSQL DB. Please refer to attachment for step to step guide for the same. MemberShip Installation on MSSQL Please feel free to contact me …