Re: about image rotating



Well, I'm not going to write the whole function for you, but you basically
need to create an *.aspx page that returns an image/gif. In the Load event,
you will simply use the classes in the System.Drawing namespace to rotate
it. If you have never created an *.aspx that returns an image/gif, you
basically use the Save() method of a Bitmap to output the image to the
Response.OutputStream like the following:

mybitmap.Save(Response.OutputStream, ImageFormat.Gif)

I'm not going to going into the other details of the steps you will need to
take, but most of them are reasonably simple, and if you can find a good
website I think you'll be able to figure it out. Good Luck!
--
Nathan Sokalski
njsokalski@xxxxxxxxxxx
http://www.nathansokalski.com/

"Michael" <Michael_MSDN@xxxxxxxxxxxxxxx> wrote in message
news:OKFdbzZ1IHA.3920@xxxxxxxxxxxxxxxxxxxxxxx
Hello all, how could I rotate a server side image in asp.net and show it
in web page? Thanks.


.



Relevant Pages

  • PageLoad event firing twice
    ... I have an aspx page in which the pageload event is firing twice. ... When I examine the query string using a watch in first page load event, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Force aspx page to load from server--not cache
    ... Put the following vb code in the load event for the ... another aspx page, B.aspx. ... depends on several Session variables. ... B.aspx will then display the new xml as it ...
    (microsoft.public.dotnet.framework.aspnet)
  • asp.net, several dynamic images, gdi+
    ... Then one clicks on a button and the program calls an .aspx ... Load event on thresholdbinarization.aspx ... Dim m As New MemoryStream ... inside of the ThresholdBinarization function, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Refresh A Page
    ... > I have an ASPX page that is storing data into a session Variable: ... > Details.aspx has two frames. ... > The problem is that the load event does not fire when the "Details.aspx" ...
    (microsoft.public.dotnet.framework.aspnet)