Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Display more than one record in one row from database

Status
Not open for further replies.

Questionaire

Programmer
Jul 9, 2003
10
AE
Dear
How can we display more than 1 record side by side from database and fixing the table cell width constant for display in which the complete record info is displayed.


Thanx in advance
 
check into basic table attributes. you can set a constant (if there is a true constant value in scripting) and then insert the value into the table tag via server side

e.g.
<td width="<%=varWidth%>">

varWidth being a predefined value on the server side

___________________________________________________________________

onpnt.com
SELECT * FROM programmers WHERE clue > 0
(0 row(s) affected) -->faq333-3811

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top