of course you can run parameterized queries against views in sqlserver 2000/2005.
A view is for a SELECT statement equal to a table as in: the view referenced in a SELECT statement's FROM clause is expanded in-place, at least in the final algebra statements send to the lower engine of sqlserver.