you dont need to put BEGIN and all that. it knows if its a stored procedure
try
Code:
m_cmdStoredProc.CommandType = CommandType.StoredProcedure;
m_cmdStoredProc.CommandText = storProc;
hth,
mcm