
March 27th, 2002, 09:29 AM
|
|
Contributing User
|
|
Join Date: Dec 2002
Posts: 14,575
  
Time spent in forums: < 1 sec
Reputation Power: 22
|
|
|
<i><b>Originally posted by : Michael Duchscherer</b></i><br />I am not sure if I am understanding you but if I am I think you may want something like this.<br /><br /><TABLE><br /><% Do While Not rsRecordset.EOF%><br /><TR><br /><TD><br /><%= rsRecordset("Element1")%><br /></TD><br /><TD><br /><%= rsRecordset("Element2")%><br /></TD><br /></TR><br /><% rsRecordset.MoveNext%><br /><% Loop%><br /></TABLE><br /><br />This assumes that you have your recordset already set. Sorry for using excessive <% %> but with the limited formatting in here I thought it might be easier to read. The example above will create a new row for each record in the table.<br /><br /><br /><br />------------<br />Dennis v/d Stelt at 3/22/2002 6:20:36 PM<br /><br />I have a table with a row and column id.<br /><br />I sort on column and row. All records from row 1 come first. When a new record in my datareader has another row-id I want a little </td><td> code so the next row begins.<br /><br />How is this done?!<br />I'm looking for something like this, like a mad man, but can't find it!!!
|