Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



Examples: ASP Response Object BinaryWrite Method

If you have an object that creates an array of bytes, you can send the results using the BinaryWrite method:

<%
Set bg = Server.CreateObject(MY.BinaryGenerator)
Pict = bg.MakePicture
Response.BinaryWrite Pict
%> 


ContentsPreviousNextIndex