question on "true image resizing" article

  • Thread starter Thread starter Guest
  • Start date Start date
With all due respect, have you read Page 2? This explains it quite nicely.
http://aspnet.4guysfromrolla.com/articles/012203-1.2.aspx

To generalize:
WebForm1.aspx
- contains the <img src="ShowImage.aspx?img={filename here}">

ShowImage.aspx
- the Page_Load event contains the code for resizing an image and displaying
the produced thumbnail

HTH,
Jody
 
Thanks Jody! I worked off a printed copy, somehow pg 2 was missing and so I
didn't relize it. Thanks!
 

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