It all depends on how you will call the sproc:
1) Using a command object: add a parameter to the parameters collection with the details of that param.
2) Plain SQL query: construct the query with the parameter value inline.
You'll need to provide a bit more explanation about how you are building your page if you need more specific advice.
-Peter
peterlanoie.blog