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 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
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
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
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 This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
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...
|
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...
|
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......
|
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...
|
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...
|
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....
|
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...
|
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...
|
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 ...
|
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...
|
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...
|
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...
|
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...
|
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...
|
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
...
|
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...
|
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...
|
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...
|
by: Mushico |
last post by:
How to calculate date of retirement from date of birth
| |