472,337 Members | 1,284 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,337 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 2458
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"...
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...
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...
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...
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...
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...
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...
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...
0
by: concettolabs | last post by:
In today's business world, businesses are increasingly turning to PowerApps to develop custom business applications. PowerApps is a powerful tool...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
0
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
by: CD Tom | last post by:
This happens in runtime 2013 and 2016. When a report is run and then closed a toolbar shows up and the only way to get it to go away is to right...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: antdb | last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine In the overall architecture, a new "hyper-convergence" concept was...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...

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.