473,395 Members | 1,454 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,395 software developers and data experts.

Repeat to the right?

I have a page to create that displays rows with the fields vertically so
that each person's data can be viewed across. ie:

tom bob
2 4
4 32
11 21
53 16

Is there a way to do this with a repeater? I have used repeaters before to
go vertical but this is toally different than what I have seen and done.

If no then can a table be created on the fly and displayed within a web
form? I tried a literal control. I built my html table and then set the text
property to the literal control but it doesn't honor the html embedded in
the text property.

Thanks in advance.
Nov 18 '05 #1
2 1055
Use a repeater, but simply let each ItemTemplate contain a row element:

<ItemTemplate>
<tr>
<td>Tommy</td><td>DataCell1</td><td>DataCell2</td>
</tr>
</ItemTemplate>
Nov 18 '05 #2
Tommy,

RepeatDirection="Horizontal"

Or

repeater.RepeatDirection = RepeatDirection.Horizontal;
"Tommy" <tmartin@nospam_tlmartin.com> wrote in message
news:ee**************@tk2msftngp13.phx.gbl...
I have a page to create that displays rows with the fields vertically so
that each person's data can be viewed across. ie:

tom bob
2 4
4 32
11 21
53 16

Is there a way to do this with a repeater? I have used repeaters before to
go vertical but this is toally different than what I have seen and done.

If no then can a table be created on the fly and displayed within a web
form? I tried a literal control. I built my html table and then set the
text property to the literal control but it doesn't honor the html
embedded in the text property.

Thanks in advance.

Nov 18 '05 #3

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

Similar topics

16
by: Stephen Saunders | last post by:
Hello, I am new to this news group. Please forgive me if this has been asked before. In my VB application, I have next and previous command buttons. I would like to be able to hold the left...
5
by: George C | last post by:
How can I get this to repeat an infinite number of times? Thanks ================= </head> <body onload="starttimer()" onunload="stoptimer()"> <script type="text/javascript">
9
by: puzzled | last post by:
I'm trying to use a small gif of a Christmas tree as a horizontal divider across the screen (which could be any number of pixels wide). My attempt at doing this was basically like this: <img...
1
by: Theodore A. Jencks | last post by:
Hi all, I posted a question about a side navigation bar earlier where I was encountering this problem. I thought I'd repost the question in a more general format because I'm not sure people...
1
by: Brian | last post by:
For a current project, I'm duplicating a banner from the client's brochure. It's the name of the business repeated accross the bottom, each instance separated by a bullet. I know I can repeat a...
6
by: Boki | last post by:
Hi All, I want to repeat the mouse behavior from user. I have an application ( Bluetooth ), I can drag files (Mp3/jpg/...) to the bluetooth icon, and then choice the target device, finally, the...
8
by: Csaba Gabor | last post by:
I wrote a .repeat(n) function for strings which seemed to work fine: String.prototype.repeat = function(n) { // repeats the string n times if (n<1) return ""; if (n<2) return this; for (var...
1
by: nicky77 | last post by:
hi there, i'm pretty inexperienced with CSS, so apologies for the shoddy coding. i'm trying to set a 3 column layout using different background images for each column. however, i have whitespace at...
5
by: Dave Siegel | last post by:
I'm trying to get the content window to go untill the top of the page, no matter what browser you're using. But untill now it only repeats with the text, but doesn't get to the bottom of the browser...
2
XedinUnknown
by: XedinUnknown | last post by:
Hi! I am new to this forum, but not new to web design and programming. Nevertheless, I have never tried to use PNG so extensively in my pages. here's the problem. First, I have found that the...
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: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
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
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...

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.