473,406 Members | 2,698 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

How do I create an HTM file and have it display ASP values

I wrote a simple Men's Breakfast entry form for my church and it stores the
results tab delimited separated by "". Something like 4 fields. The file
is called mensbreakfast.txt

I am trying to write a simple page in frontpage so I can have the titles of
the fields then also have the actual stored values show up on it.I am using
frontpage and figured it should be easy, but I cannot find what
utility/routine I should use.
Jul 19 '05 #1
2 1191
Thomas B. Anger wrote on 04 apr 2004 in
microsoft.public.inetserver.asp.general:
I wrote a simple Men's Breakfast entry form for my church and it
stores the results tab delimited separated by "". Something like 4
fields. The file is called mensbreakfast.txt
Please show us exactly what format you mean.

"one" "bacon-and-eggs"
"two" "corn-flakes"

?
I am trying to write a simple page in frontpage so I can have the
titles of the fields then also have the actual stored values show up
on it.I am using frontpage and figured it should be easy, but I cannot
find what utility/routine I should use.


Nothing in frontpage is "easy", use a text editor instead.

==============

There are roughly two ways in ASP to read a .txt file

1 Read it row by row and use ASP vbscript to parse your data on a line
<http://www.aspfaq.com/show.asp?id=2039#read>

2 Use a Jet database connection to the .txt file, a bit of a overkill?
<http://www.able-consulting.com/MDAC/ADO
/Connection/ODBC_DSNLess.htm#ODBCDriverForText>
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 19 '05 #2
ljb
"Thomas B. Anger" <to******@comcast.net> wrote in message
news:9tSbc.178909$_w.1826600@attbi_s53...
I wrote a simple Men's Breakfast entry form for my church and it stores the results tab delimited separated by "". Something like 4 fields. The file
is called mensbreakfast.txt


If everyone is using IE check out the Tabular Data Control (TDC) installed
with the browsers since IE4. It will read a text file and populate an html
table. It also allows you to build in client side sorting of the table and
pagination.
http://msdn.microsoft.com/library/de...node_entry.asp

LJB
Jul 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Paul C-T | last post by:
Hi, Am I trying to be too clever here? I am trying to write a PHP page to enable me to enter values into a form then write those values to a text file. I want to use the form & table that...
7
by: Bil Muh | last post by:
Esteemede Developers, I would like to Thank All of You in advance for your sincere guidances. I am developing a software using Visual C++ .NET Standard Edition with Windows Form (.NET)...
7
by: dog | last post by:
I've seen plenty of articles on this topic but none of them have been able to solve my problem. I am working with an Access 97 database on an NT4.0 machine, which has many Access reports. I...
2
by: James Dean | last post by:
I create a bitmap like this. The width and height are got from the compressed file i am reading. The width and height are in pixels.....1bpp bitmap = new...
7
by: Jimakos Bilakis | last post by:
Hi guys! I'm using the C++ Builder 6 Enterprise Edition where I create some tables in Paradox and with the help of a structure i pass my data from the form (Edit boxes) to the Paradox table with...
23
by: sandy | last post by:
I need (okay, I want) to make a dynamic array of my class 'Directory', within my class Directory (Can you already smell disaster?) Each Directory can have subdirectories so I thought to put these...
15
by: lxyone | last post by:
Using a flat file containing table names, fields, values whats the best way of creating html pages? I want control over the html pages ie 1. layout 2. what data to show 3. what controls to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.