PC Review


Reply
Thread Tools Rate Thread

datarepeater columns and rows

 
 
John Devlon
Guest
Posts: n/a
 
      6th Oct 2009

Hi,

Does anyone know how to create a datarepeater which uses columns and rows?
I would like to repeat a picture and some buttons in 3 columns en 5 rows,
using paging.
Can this be done using the default repeat controle ?

Thank for any input....

John



 
Reply With Quote
 
 
 
 
Alexey Smirnov
Guest
Posts: n/a
 
      6th Oct 2009
On Oct 6, 11:39*pm, "John Devlon" <johndev...@hotmail.com> wrote:
> Hi,
>
> Does anyone know how to create a datarepeater which uses columns and rows?
> I would like to repeat a picture and some buttons in 3 columns en 5 rows,
> using paging.
> Can this be done using the default repeat controle ?
>
> Thank for any input....
>
> John


You can add a table into it

<asp:Repeater runat="server">
<ItemTemplate>

<table>
<tr><td>...</td><td>...</td><td>...</td><td>...</td></tr>
....
 
Reply With Quote
 
John Devlon
Guest
Posts: n/a
 
      8th Oct 2009

Hi Alexy,

If I build a table using 1 row and 3 columns into the datarepeater, will the
data then repeat in the columns, so if i have 3 items, will each column have
a different item?

Thanx

John

"Alexey Smirnov" <(E-Mail Removed)> wrote in message
news:c9016b95-0fe9-4792-baa1-(E-Mail Removed)...
On Oct 6, 11:39 pm, "John Devlon" <johndev...@hotmail.com> wrote:
> Hi,
>
> Does anyone know how to create a datarepeater which uses columns and rows?
> I would like to repeat a picture and some buttons in 3 columns en 5 rows,
> using paging.
> Can this be done using the default repeat controle ?
>
> Thank for any input....
>
> John


You can add a table into it

<asp:Repeater runat="server">
<ItemTemplate>

<table>
<tr><td>...</td><td>...</td><td>...</td><td>...</td></tr>
....



 
Reply With Quote
 
Alexey Smirnov
Guest
Posts: n/a
 
      8th Oct 2009
On Oct 8, 12:54*pm, "John Devlon" <johndev...@hotmail.com> wrote:
> Hi Alexy,
>
> If I build a table using 1 row and 3 columns into the datarepeater, will the
> data then repeat in the columns, so if i have 3 items, will each column have
> a different item?
>
> Thanx
>
> John
>
> "Alexey Smirnov" <alexey.smir...@gmail.com> wrote in message
>
> news:c9016b95-0fe9-4792-baa1-(E-Mail Removed)...
> On Oct 6, 11:39 pm, "John Devlon" <johndev...@hotmail.com> wrote:
>
> > Hi,

>
> > Does anyone know how to create a datarepeater which uses columns and rows?
> > I would like to repeat a picture and some buttons in 3 columns en 5 rows,
> > using paging.
> > Can this be done using the default repeat controle ?

>
> > Thank for any input....

>
> > John

>
> You can add a table into it
>
> <asp:Repeater runat="server">
> * <ItemTemplate>
>
> <table>
> <tr><td>...</td><td>...</td><td>...</td><td>...</td></tr>
> ...


No, you would have 3 rows. Do you need a column for each item?

> I would like to repeat a picture and some buttons in 3 columns


Please tell me how you would like to get this:

image1 button1 button2 button3
image2 button1 button2 button3
.....

?
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i paste rows/columns avoiding hidden rows/columns perezli Microsoft Excel Misc 1 30th Jan 2009 03:58 PM
Excel 2003 - change columns to rows and rows to columns =?Utf-8?B?VHJpc2g=?= Microsoft Excel Misc 0 17th Aug 2007 02:22 AM
RE: Excel 2003 - change columns to rows and rows to columns =?Utf-8?B?SkxhdGhhbQ==?= Microsoft Excel Misc 0 17th Aug 2007 02:05 AM
how to interchange rows to columns & columns to rows in a table =?Utf-8?B?a290YWtrYW1sZXNo?= Microsoft Excel Misc 1 10th Jul 2006 07:58 AM
Removing columns from DataRepeater Chris Leffer Microsoft ASP .NET 1 12th Sep 2005 09:33 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:53 AM.