Forum Moderators: open

Message Too Old, No Replies

help request: displaying a datagrid with no tables

I want to use <div>s instead

         

httpwebwitch

10:02 pm on Jan 18, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I thank you for tolerating my newb questions.

How can I display a datagrid (which my page receives from the back-end programming) without it all being in a big <table>?

I'd like to put field data in <div>s instead. Maybe I could iterate through the rows and make my own HTML?

Is there a way to do that?

CaseyRyan

10:37 pm on Jan 18, 2005 (gmt 0)

10+ Year Member



You should use the ASP:Repeater [w3schools.com] control.

-=casey=-

httpwebwitch

12:01 am on Jan 19, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



that's exactly what I needed. Thanks!