I have a situation where I need to retrieve records from a table and use those values and pass as parameters for a stored procedure. the stored procedure will reruns a row, and again I need to use the values returned by stored procedure and update other table. Please give me a sample C# code to achieve this scenario. any help would be appropriated.
Thanks in Advance,
Pradeep
you can try this: