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: database
Calling a stored procedure from ASP.NET c# website/application
Posted by Anoop Kumar Sharma
on January 14, 2013
No comments
Creating SQL connection in ASP.NET C#
Posted by Anoop Kumar Sharma
on January 14, 2013
1 comment
If you want to perform database operations from your ASP.NET website/application, Please use below code to connect and perform operations: Please share your queries…if any ?