Ask a Question related to ASP.NET General, Design and Development.
-
Brian Henry #1
created jpegs
I want to make a file say called mypics.jpg, but the jpg file is really a
script in aspx that creates the jpeg imeage and returns it as a image file.
how do i do this in asp .net? thanks! i know you can do it in php.. any
examples out there?
Brian Henry Guest
-
Managing ViewState of a dynamically created Custom Composite Server Control -(where the original is also dynamically created)
Ok here's my scenario. I have a Custom Composite Server Control (CCSC) consisting of a TextBox, Button & Panel. (And some other code - which I... -
jpegs looking bad
Hi - my jpegs look terrible and I've been very careful not to let them touch any other object or line or anything that might turn them into a gif... -
why do jpegs go to 12?
I know it's kind of an old question, but I really never know whether to stop at 10 or crank it to 12. What's with that? Should I stop at 10? Thanks -
#24612 [Opn]: Getimagesize fails on IM 5.4.6 created jpegs
ID: 24612 User updated by: pekka at studio-on-the dot net Reported By: pekka at studio-on-the dot net Status: Open... -
#24612 [NEW]: Getimagesize fails on IM 5.4.6 created jpegs
From: pekka at studio-on-the dot net Operating system: Windows XP Professional SP1 PHP version: 4.3.2 PHP Bug Type: ... -
Kevin Spencer #2
Re: created jpegs
You create it as an ASPX page, and set the Response.ContentType to
"image/jpg" and stream out the image to the browser. The request will be for
a .aspx file, but the Response.ContneType property will inform the browser
that it's a JPG.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of little things.
"Brian Henry" <bhenry@reschini.com> wrote in message
news:%23Xv8k55TDHA.2252@TK2MSFTNGP12.phx.gbl...file.> I want to make a file say called mypics.jpg, but the jpg file is really a
> script in aspx that creates the jpeg imeage and returns it as a image> how do i do this in asp .net? thanks! i know you can do it in php.. any
> examples out there?
>
>
Kevin Spencer Guest
-
Brian Henry #3
Re: created jpegs
thanks!
"Kevin Spencer" <kevin@takempis.com> wrote in message
news:OZn9Aw6TDHA.3712@tk2msftngp13.phx.gbl...for> You create it as an ASPX page, and set the Response.ContentType to
> "image/jpg" and stream out the image to the browser. The request will bebrowser> a .aspx file, but the Response.ContneType property will inform thea> that it's a JPG.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> [url]http://www.takempis.com[/url]
> Big things are made up of
> lots of little things.
>
> "Brian Henry" <bhenry@reschini.com> wrote in message
> news:%23Xv8k55TDHA.2252@TK2MSFTNGP12.phx.gbl...> > I want to make a file say called mypics.jpg, but the jpg file is really> file.> > script in aspx that creates the jpeg imeage and returns it as a image>> > how do i do this in asp .net? thanks! i know you can do it in php.. any
> > examples out there?
> >
> >
>
Brian Henry Guest



Reply With Quote

