Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Erik J Sawyer #1
Advice on design approach (please!)
I want to build a control/component that will display
graphics within an ASP.Net page. I want the output to be
very cross-browser compatible.
My first thought was to use a custom server-side web
control (possibly inherited from the Image control), but
it appears that the rendering of ASP.Net server controls
is limited to inserting text into the HTML stream. I
assume that inserting a graphical MIME stream into this
wouldn't produce the desired result.
I have found a (very) few samples on the web that
generate graphics, but most of them sit behind an <img>
link, essentially using ASP.Net as if it was CGI. Is
this the best approach?
Help!
Erik J Sawyer, Webmaster
Kingsport City Schools
[url]www.k12k.com[/url]
Erik J Sawyer Guest
-
Seeking advice for timer design
Hi, I am designing a timer application with Flex Builder 3 which is basically a stop watch that will remember when it was started if the page is... -
Acsess database design advice?
Hi. Working on a e-commerce site, using ASP/Acsess/Vbscript. This is prehaps a database organize question. I use an unique ID for each order... -
Advice Please on Site Design
hello there Attached is a swf of part of my portfolio I am stuck as how to refine the finer details to make it work At present I don't think it... -
Advice on design approach and principles
Hi All, I am building a site that will be used by different types of users, and each type of user will do similar, but substantially different,... -
Lucas Tam #2
Re: Advice on design approach (please!)
"Erik J Sawyer" <ESawyer@N-o-S-p-a-m.K12K.com> wrote in news:395d01c374b7
$d0662c60$a601280a@phx.gbl:
If you want to output the dynamically generated image directly without> I have found a (very) few samples on the web that
> generate graphics, but most of them sit behind an <img>
> link, essentially using ASP.Net as if it was CGI. Is
> this the best approach?
storing to disk, then yes - you'll need to call a secondary ASP page which
outputs the image via a response stream.
--
Lucas Tam (REMOVEnntp@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
[url]http://members.ebay.com/aboutme/coolspot18/[/url]
Lucas Tam Guest
-
Shawn B. #3
Re: Advice on design approach (please!)
There's an example of a webcontrol generating an image...
[url]http://www.codeproject.com/aspnet/antiauto.asp[/url]
Thanks,
Shawn
"Lucas Tam" <REMOVEnntp@rogers.com> wrote in message
news:Xns93EEB7C05FDE3nntprogerscom@140.99.99.130.. .> "Erik J Sawyer" <ESawyer@N-o-S-p-a-m.K12K.com> wrote in news:395d01c374b7
> $d0662c60$a601280a@phx.gbl:
>>> > I have found a (very) few samples on the web that
> > generate graphics, but most of them sit behind an <img>
> > link, essentially using ASP.Net as if it was CGI. Is
> > this the best approach?
> If you want to output the dynamically generated image directly without
> storing to disk, then yes - you'll need to call a secondary ASP page which
> outputs the image via a response stream.
>
>
> --
> Lucas Tam (REMOVEnntp@rogers.com)
> Please delete "REMOVE" from the e-mail address when replying.
> [url]http://members.ebay.com/aboutme/coolspot18/[/url]
Shawn B. Guest



Reply With Quote

