well.. print the parameter.. can you try it directly in the SP???
do something like this:
Code:
Public sub GetLevel5Manager(ByVal strCriteria As String)
lblLevel5Manager.Text = Mid(strCriteria, 10, 8)
exit sub
(the rest of the code...)
End sub
and then try that parameter in the SP..
HTH
Gonzalo