Self Updating Photo Gallery

  • Thread starter Thread starter Jason Stevens
  • Start date Start date
J

Jason Stevens

I am reposting this because it appears to have been deleted. I no longer
see the original post in OE.

I know how to create the photo gallery but what I want to do is when I add
another photo to that folder have it update the photo gallery. Is this
possible?

Jason Stevens
 
Not possible, you have to manually add the photo(s).

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
-----Original Message-----
I am reposting this because it appears to have been
deleted. I no longer see the original post in OE.

I know how to create the photo gallery but what I want to
do is when I add another photo to that folder have it
update the photo gallery. Is this possible?

No. You have to obtain a 3rd-party component with this
feature, or roll your own.

Each of the following books has sample code and
explanations of an ASP.NET application that does exzctly
what you describe.

o Microsoft Office FrontPage 2003 Inside Out
o Web Database Development Step by Step .NET Edition

You can see these applications in action at these URLs.

http://www.interlacken.com/fp11extras/piclib/default.aspx
http://www.interlacken.com/webdbpgm/ch08/default.aspx

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Jason Stevens said:
Do the asp.net applications work with 2002 even though they are in the 2003
book?

Yes. They require the .NET Framework to be installed on the server,
but they require no specific features of FrontPage.

FrontPage, of course, needs to avoid mangling the ASP.NET tags and
codes. This rules out FP2000 and earlier. FP2002 should be OK; FP2003
is better.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Back
Top