SQL Stored Procedure fired from C# Code-Behind not working on UPDATE
- by CSSHell
I have a stored procedure called from a C# code-behind. The code fires but the update command does not get performed. The stored procedure, if run directly, works. I think I am having a brain fart. Please help. :)
CODEBEHIND
protected void btnAbout_Click(object sender, EventArgs e)
{
SqlConnection myConnection = new…