Ask a Question related to ASP.NET General, Design and Development.
-
B #1
Re: How to set Image source from memorystream?
Kevin,
Is this page created on the fly in page_load? Or, is one created in the
project and then just instatiated as many times as needed?
Can you point me to some code that could demonstrate this technique?
I need to display an image which is save in a db with a caption from the db
underneth the image. I can have 0 to many images on the page...
Thanks in advance.
Blake
"Kevin Spencer" <kevin@takempis.com> wrote in message
news:emkAoJsADHA.2328@TK2MSFTNGP10.phx.gbl...shows> Hi Terry,
>
> Because the page that sends the image must set the Response.ContentType
> property to "image/gif" you MUST have an ASPX page that displays only the
> image. That page can be referenced in another ASPX page as if it were an
> actual image. Example:
>
> <img src="Image.aspx">
>
> HTH,
>
> Kevin Spencer
> Microsoft FrontPage MVP
> Internet Developer
> [url]http://www.takempis.com[/url]
> There is an exception to every rule...
> Except this one.
>
> "Terry" <tkades@powerstrat.com> wrote in message
> news:e83P7TrADHA.1548@TK2MSFTNGP12.phx.gbl...> saving> > Hi,
> > 1- How to set Image source from memorystream in HTML page without> > it in the
> > server and i musnt be alone the page ( with other WebControls )
> > 2 - How to save image from memorystream to Client Machin in web
> > application
> >
> > Note: i know how to save it from the momery to the page but it only>> > the image .
> >
> > Response.ContentType="image/gif";
> > // Send the image to the viewer.
> > b.Save(Response.OutputStream , b.RawFormat );
> > thks in Advance,
> > Terry.
> >
> >
>
B Guest
-
Using CSV to create Image.source
So, here's what I have. I've got a datagrid that has a group of comma seperated values. I've been tinkering with it all night trying to get out... -
image source
Hello I have a problem changing the source of a image. I have a image created like this: <mx:Image id="logo" horizontalAlign="right"... -
Change image source
Hi, Is there a way to change the source of an image depending on what page someone is viewing? I am using (for the first time) 'Server-side... -
Displaying image in browser but not source
Hi, I have an 'invisible' image I would like to display in a php script I have just written. It does it's job fine, the only problem is that in IE... -
Source or Knowledge on Building Image Control
Hello, Can someone point me in the right direction on how I can build an image control in VB.NET. I would like this control to be used in either...



Reply With Quote

