ASP pages that Display According to the Date

  • Thread starter Thread starter Vaughn
  • Start date Start date
V

Vaughn

I'm building an ASP website for a colleague. He will add
stuff to the site every week via a web form, but we'd
like the web page to display only the entries from the
current month. Can anyone recommend the best way to
handle this?

Thank you.
 
-----Original Message-----
I'm building an ASP website for a colleague. He will add
stuff to the site every week via a web form, but we'd
like the web page to display only the entries from the
current month. Can anyone recommend the best way to
handle this?

Define "stuff".

For example, are these database records, and you only want
to display records added in the past month?

Or are they Web pages, and you want a menu of files added
in the past month?

Or are they pictures, and you want a menu of new ones?

Or is the "stuff" something else?

Then, define "display". Does this mean hyperlinks to
certain Web pages? A menu of links to a page that displays
more detail from the corresponding database record?
Something else?

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) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Check out the FP 2002 Website Templet..data base Interface Wizard...it may
meet your needs. It's pretty nifty.
 
Back
Top