Question Vertically listing query results

ggww

New member
Joined
Sep 3, 2008
Messages
1
Programming Experience
10+
I am a vb.net newbie, so please bear with me. I need to output a bunch of dynamic links in vertically grouped columns, not the typical horizontal row output.

I am retrieving two pieces of data, an id and a name, sorted alpha by name. I then need to format the links as <a href="id.zip">name</a>.

The links are arranged in column groups:

Link1 Link4 Link7
Link2 Link5 Link8
Link3 Link6 Link9

Any thoughts? I could have had this done hours ago in PHP or ColdFusion, but this is my new venture into the world of VB.Net...so any help would be greatly appreciated.

Bryan
 

Latest posts

Back
Top