how to call stored procedure in asp.net c# code
please give steps to create and call stored proc in asp.net c#. instead of hard coding the sql Query I want to use stored proc to insert, Update, Delete record on respective click.
please guide where to store store proc in DB?.