how to display from dynamic generate bitmap to object

  • Thread starter Thread starter pei_world
  • Start date Start date
P

pei_world

please help
I have a function to generate bitmap object, however I don't want to save it
to server. I want to display on the page directly. how to do it?
this image is a verify image, so that for every user they will have
different image. to save them in server is a waste of time and cup power.
 
Hi there,


One solution is to create an unique image file that is
associated with Session.

In Session_End Event delete the file. So for each user
there is individual image that only exists in Session
active time.

Hope it's helpful to you.

Elton Wang
(e-mail address removed)
 
Hi..

Search in this newsgroup. I just supplied decent (I hope) explanation and
small code sample that is easily digetable (digestible?).

John Puopolo
..NET Guy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top