472,779 Members | 2,442 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

best way to display data?

Hello all!
I would like to take a row from a table and display this info in a nice
layout. I tried the the reapeater, can't seemm to do too much with that. And
I don't want a grid layout. I would like to lay out a bunch of lable
controls, and have each value from each row(one at a time) bind in. I just
wonder if this is a good way to approcah it, or is there a better way to
custom layour your display data. It's my understanding you can bind to any
control. So is there anything wrong with my madness?

TIA!!!

Rudy
Nov 19 '05 #1
4 2088
Rudy,

Try the repeater again. It is good for you. Make an ItemTemplate, put you
bunch of tables over there and bind them, everything as you say. That's the
right way.

Eliyahu

"Rudy" <Ru**@discussions.microsoft.com> wrote in message
news:FB**********************************@microsof t.com...
Hello all!
I would like to take a row from a table and display this info in a nice
layout. I tried the the reapeater, can't seemm to do too much with that. And I don't want a grid layout. I would like to lay out a bunch of lable
controls, and have each value from each row(one at a time) bind in. I just
wonder if this is a good way to approcah it, or is there a better way to
custom layour your display data. It's my understanding you can bind to any
control. So is there anything wrong with my madness?

TIA!!!

Rudy

Nov 19 '05 #2
Hi Eliyahu!
I guess I don't have a full understanding how I can use the reapeter. Would
I have to set up serveral repeaters for each column? Would you have an
example or someplace that would have a example. The only think I really
found on repeaters is pretty simple, that is why I thought I was pretty
limited.

Thanks!
Rudy

"Eliyahu Goldin" wrote:
Rudy,

Try the repeater again. It is good for you. Make an ItemTemplate, put you
bunch of tables over there and bind them, everything as you say. That's the
right way.

Eliyahu

"Rudy" <Ru**@discussions.microsoft.com> wrote in message
news:FB**********************************@microsof t.com...
Hello all!
I would like to take a row from a table and display this info in a nice
layout. I tried the the reapeater, can't seemm to do too much with that.

And
I don't want a grid layout. I would like to lay out a bunch of lable
controls, and have each value from each row(one at a time) bind in. I just
wonder if this is a good way to approcah it, or is there a better way to
custom layour your display data. It's my understanding you can bind to any
control. So is there anything wrong with my madness?

TIA!!!

Rudy


Nov 19 '05 #3
For example, I am using repeater for printing medical prescriptions. I made
an html for one prescription, set up nice table-based layout. After that I
put the html inside the repeater's ItemTemplate and databound all necessary
fields. Now I have a page that prints several prescriptions at once.

Eliyahu

"Rudy" <Ru**@discussions.microsoft.com> wrote in message
news:AE**********************************@microsof t.com...
Hi Eliyahu!
I guess I don't have a full understanding how I can use the reapeter. Would I have to set up serveral repeaters for each column? Would you have an
example or someplace that would have a example. The only think I really
found on repeaters is pretty simple, that is why I thought I was pretty
limited.

Thanks!
Rudy

"Eliyahu Goldin" wrote:
Rudy,

Try the repeater again. It is good for you. Make an ItemTemplate, put you bunch of tables over there and bind them, everything as you say. That's the right way.

Eliyahu

"Rudy" <Ru**@discussions.microsoft.com> wrote in message
news:FB**********************************@microsof t.com...
Hello all!
I would like to take a row from a table and display this info in a nice layout. I tried the the reapeater, can't seemm to do too much with that.
And
I don't want a grid layout. I would like to lay out a bunch of lable
controls, and have each value from each row(one at a time) bind in. I

just wonder if this is a good way to approcah it, or is there a better way to custom layour your display data. It's my understanding you can bind to any control. So is there anything wrong with my madness?

TIA!!!

Rudy


Nov 19 '05 #4
I think I understand. It sounds like I would design my layout within HTML
instead of a layout on the webform. Then place that in the reapeater
ItemTemplate. I have never set up a layout with HTML before, I'll have to
look into how I can do that. This points me in the right direction. Thank you
for your help!

Rudy

"Eliyahu Goldin" wrote:
For example, I am using repeater for printing medical prescriptions. I made
an html for one prescription, set up nice table-based layout. After that I
put the html inside the repeater's ItemTemplate and databound all necessary
fields. Now I have a page that prints several prescriptions at once.

Eliyahu

"Rudy" <Ru**@discussions.microsoft.com> wrote in message
news:AE**********************************@microsof t.com...
Hi Eliyahu!
I guess I don't have a full understanding how I can use the reapeter.

Would
I have to set up serveral repeaters for each column? Would you have an
example or someplace that would have a example. The only think I really
found on repeaters is pretty simple, that is why I thought I was pretty
limited.

Thanks!
Rudy

"Eliyahu Goldin" wrote:
Rudy,

Try the repeater again. It is good for you. Make an ItemTemplate, put you bunch of tables over there and bind them, everything as you say. That's the right way.

Eliyahu

"Rudy" <Ru**@discussions.microsoft.com> wrote in message
news:FB**********************************@microsof t.com...
> Hello all!
> I would like to take a row from a table and display this info in a nice > layout. I tried the the reapeater, can't seemm to do too much with that. And
> I don't want a grid layout. I would like to lay out a bunch of lable
> controls, and have each value from each row(one at a time) bind in. I just > wonder if this is a good way to approcah it, or is there a better way to > custom layour your display data. It's my understanding you can bind to any > control. So is there anything wrong with my madness?
>
> TIA!!!
>
> Rudy


Nov 19 '05 #5

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

Similar topics

2
by: Mike Button | last post by:
Hello all, I am really really desperate on what I should do, and I am asking for help from anyone in this newsgroup, here's the situation: I am creating a form that is being run on a server...
1
by: Herve MAILLARD | last post by:
Hi, I have to write a software doing the following : - Load a file (containing data) Data will be display in a Treeview and are typed as following Equipement Bloc Tag It could have for each...
14
by: 42 | last post by:
Hi, Stupid question: I keep bumping into the desire to create classes and properties with the same name and the current favored naming conventions aren't automatically differentiating them......
2
by: Wee Bubba | last post by:
the lower part of my page consists of a dataList along with other server controls and HTML markup. this is my data display section. the upper part of my page is a data entry section. what I want...
2
by: Duncan Welch | last post by:
I'm working with 4 websites running on the same box with seperate IIS sites (I can't change this) - 3 that display information from a database, and one that collects it and writes to the same...
4
by: T.Jackson | last post by:
Hi guys, I want to display the data of a table in a datagrid in one form, & enable the user to edit the details of a particular record in another form. I want the following features, 1....
4
by: Dave | last post by:
(My apologies for posting this on two forums. I have just found out the other one was the incorrect location) I am writing a VB.NET 2003 web application to operate on my company's intranet. It...
2
by: Ariana | last post by:
I have the following situation for an ASP.NET 2.0 web site: - Data is in one XML file - I want to transform the data using an XSLT file before using it - The data is hierarchical - The data...
3
by: Augustin Prasanna | last post by:
I need to display some 200 records (dynamic) on the screen.. I need to display records from 2 tables (one to many relationship) output would look like Customer Id Name Phone NO 1 abc ...
20
by: Joe | last post by:
Is any one charting packing considered to be the "best"? We've used ChartFX but wasn't too happy about the way data had to be populated along with some other issues which slip my mind right now and...
0
by: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth

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.