Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > How to do this in .net

Reply
Thread Tools

How to do this in .net

 
 
dfetrow410@hotmail.com
Guest
Posts: n/a
 
      01-21-2006
Take a look at the link below. Notice how the commercials are in the
center. I need to get all this data from a db and then put it into a
page. the first commercial is on the left..then the next comercial will
be to the right of it....Then I go to the next line and start again.
What is the best way to do this??

http://www.spotbowl.com/default_vote.asp

 
Reply With Quote
 
 
 
 
ThunderMusic
Guest
Posts: n/a
 
      01-21-2006
the best way would be with a repeater I think... you can tell it to repeat
vertically 2 by row... but I can be wrong...


<> a écrit dans le message de news:
. com...
> Take a look at the link below. Notice how the commercials are in the
> center. I need to get all this data from a db and then put it into a
> page. the first commercial is on the left..then the next comercial will
> be to the right of it....Then I go to the next line and start again.
> What is the best way to do this??
>
> http://www.spotbowl.com/default_vote.asp
>



 
Reply With Quote
 
 
 
 
dfetrow410@hotmail.com
Guest
Posts: n/a
 
      01-21-2006
How do you tell it to do that??

 
Reply With Quote
 
ThunderMusic
Guest
Posts: n/a
 
      01-21-2006
by searching for the answer, looks like I was wrong... it's the DataList
control that does the trick... look at this address (you may have to copy
and paste in your browser)

http://msdn.microsoft.com/library/de...classtopic.asp

there is an example at the bottom that does exactly what you need... lot at
the RepeatDirection and RepeatColumns properties

I hope it helps

ThunderMusic

<> a écrit dans le message de news:
. com...
> How do you tell it to do that??
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

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




Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57