Hi,
There is an easy way to do this. The CodeTemplate declaration has an attribute called OutputType. Set the OutputType=None and that will do what you want.
<%@ CodeTemplate ... OutputType="None" %>
~ Paul