p2p.wrox.com Forums

Need to download code?

View our list of code downloads.


Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read
Classic ASP Components Discussions specific to components in ASP 3.

Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Components section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.

Reply
 
Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old August 24th, 2005, 01:46 PM
Friend of Wrox
Points: 392, Level: 6
Points: 392, Level: 6 Points: 392, Level: 6 Points: 392, Level: 6
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Jun 2004
Location: Montreal, Quebec, Canada.
Posts: 106
Thanks: 0
Thanked 0 Times in 0 Posts
Default FSO dynamic table sorting

Hello,
I have used this code:

http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=118

for previous projects and find it fairly simple to implement. However in this project all I'd like to dispay is the Filename and the last modified data into a dynamic table.

I can easily remove the headers for the unwanted data but this line...

<%
' With the array nicely sorted, this part is a piece of cake!
For i = 0 To fileCount
    Response.Write "<TR>" & vbNewLine
    For j = 0 To UBound( theFiles(i) )
        Response.Write " <TD>" & theFiles(i)(j) & "</TD>" & vbNewLine
    Next
    Response.Write "</TR>" & vbNewLine
Next
%>


...calls all data columns in the directory?

I can I display (and filter/sort) only the Filename and Last modified?

Thanks for your help,
nancy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic column sorting victorcorey XSLT 1 October 31st, 2007 06:40 PM
help writing dynamic form data to dynamic table ublend SQL Server ASP 1 June 1st, 2007 09:09 AM
help writing dynamic form data to dynamic table ublend Classic ASP Professional 1 June 1st, 2007 09:08 AM
Grouping and (dynamic) sorting asearle XSLT 12 November 10th, 2006 10:51 AM
Sort By when table dynamically built using FSO nancy Classic ASP Databases 6 September 11th, 2004 05:17 AM



All times are GMT -4. The time now is 01:52 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© 2008 Wiley Publishing, Inc