The AddHeader method adds a new MIME header and value to the rendered content. It does not replace an existing header of the same name. Once a header has been added, it cannot be removed.
Response.AddHeader name, value
You can use AddHeader to embed some internal data that may be needed at a later time (mail forwarding, etc.)
<% Response.Addheader "X-Invoice-ID", "12345678" %>