473,405 Members | 2,354 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,405 software developers and data experts.

how to display multiple values per row

The following shows one value per row. How to display multiple values
with a space seperator per row? Thanks.
<td wrap width="371">Fields:</td>
<%
if not rs.EOF then
do while not rs.EOF
%>
<td width="248"><%=rs("FIELD_NAME")%></td>
</tr>
<tr>
<td wrap width="371"></td>
<%
rs.MoveNext
loop
else
%>
<td width="248">NA</td></tr>

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #1
4 2506
http://www.aspfaq.com/show.asp?id=2247

Ray at work

"eddie wang" <ew***@kmg.com> wrote in message
news:%2******************@tk2msftngp13.phx.gbl...
The following shows one value per row. How to display multiple values
with a space seperator per row? Thanks.
<td wrap width="371">Fields:</td>
<%
if not rs.EOF then
do while not rs.EOF
%>
<td width="248"><%=rs("FIELD_NAME")%></td>
</tr>
<tr>
<td wrap width="371"></td>
<%
rs.MoveNext
loop
else
%>
<td width="248">NA</td></tr>

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Jul 19 '05 #2
eddie wang <ew***@kmg.com> wrote in message news:<#i**************@tk2msftngp13.phx.gbl>...
The following shows one value per row. How to display multiple values
with a space seperator per row? Thanks.
<td wrap width="371">Fields:</td>
<%
if not rs.EOF then
do while not rs.EOF
%>
<td width="248"><%=rs("FIELD_NAME")%></td>
</tr>
<tr>
<td wrap width="371"></td>
<%
rs.MoveNext
loop
else
%>
<td width="248">NA</td></tr>

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


<td wrap width="371">Fields:</td>
<%
if not rs.EOF then
do while not rs.EOF
%>
<td width="248"><%=rs("FIELD_NAME")%></td>

<td wrap width="371"></td>
<%
rs.MoveNext
loop
else
%>
<td width="248">NA</td></tr>
Jul 19 '05 #3
The document at http://www.aspfaq.com/show.asp?id=2247 works great.
Thank you Ray!!

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 19 '05 #4
Thank you author of the document! :]

Ray at work

"eddie wang" <ew***@kmg.com> wrote in message
news:eV**************@TK2MSFTNGP11.phx.gbl...
The document at http://www.aspfaq.com/show.asp?id=2247 works great.
Thank you Ray!!

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Jul 19 '05 #5

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

Similar topics

14
by: JStrauss | last post by:
Hello, Can anybody give me some tips on the best and/or easiest way to display multiple lines in a field. The data is collected from a "textarea" field when the form is submitted, and I want to...
5
by: Homer Simpson | last post by:
Hi All, I'm trying to write a method where I pass three arguments and the method returns six values. All the values will be doubles. First, is it possible to get multiple values returned by a...
7
by: Anne | last post by:
hie there, i want to be able to pass multiple parameters to another page. currently, i am able to do so, but somehow i feel it is not the correct way to do it. below is part of what i have so far....
16
by: Nikolay Petrov | last post by:
How can I return multiple values from a custom function? TIA
10
by: obrienkev | last post by:
Hi all, How do I display multiple database rows in the one textBox? The textBox is bound to the Database table and should display 3 database values. However it displays only one. How do I...
7
by: narpet | last post by:
Hello all... I have a list box that is pulling it's data from a sql table. I have its selection mode set to multiextended. I have the display member for each item set to the Name field from the...
1
by: tremonti92 | last post by:
Hello.. I have a table with a field name called 'Professions'. There are many same multiple values for this field, for example, there are many records with the value 'Doctor' under this field. ...
12
Vkas
by: Vkas | last post by:
Hi to all ! MY Case: i have created a label i had a table(Empinfo) for Employee information in SQL server 2000 my Query ="Select Firstname,lastname from Empinfo" my connection ok! i get...
4
by: peacelake | last post by:
currently I optimizing my website and have a problem to display checkboxes values. the case is: I have a form to display items from a MySQL table and the items are splided in to 5 pages(total 20...
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: 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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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.