Skip to main content
Participant
June 14, 2007
Question

Looper

  • June 14, 2007
  • 2 replies
  • 380 views
Hi guys,

First time I try to create a full ASP.NET C# app using only DW CS3... Is there a way to create a two columns repeater? With ASP you were able to edit the code... With VS2005 you can code it yourself... But now I'm stuck.

Any suggestion will be very welcome!!!
Thanks,

PS: my first shot, the Developer Toolbox, doesn't support C#.
This topic has been closed for replies.

2 replies

Inspiring
June 20, 2007
> First time I try to create a full ASP.NET C# app using only DW CS3... Is
> there
> a way to create a two columns repeater? With ASP you were able to edit the
> code... With VS2005 you can code it yourself... But now I'm stuck.

I have an article at Community MX about using the datalist for creating
horizontal loopers step by step in Dreamweaver:
http://www.communitymx.com/abstract.cfm?cid=0A8AC

It's free for members and a small fee for non members.

Tom Muck



Inspiring
June 20, 2007
First of all forget using DW for ASP.Net work.

For what you want to do rather than using a repeater use a datalist control.
The has a function in it that let you set the number of columns to be
displayed in the output.

--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver

Valleybiz Internet Design
www.valleybiz.net

"CharlyAR" <webforumsuser@macromedia.com> wrote in message
news:f4s8r5$atu$1@forums.macromedia.com...
> Hi guys,
>
> First time I try to create a full ASP.NET C# app using only DW CS3... Is
> there
> a way to create a two columns repeater? With ASP you were able to edit the
> code... With VS2005 you can code it yourself... But now I'm stuck.
>
> Any suggestion will be very welcome!!!
> Thanks,
>
> PS: my first shot, the Developer Toolbox, doesn't support C#.
>