Data Display

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sridharvenkataramanan
    New Member
    • May 2010
    • 7

    Data Display

    I have a dictionary which has data from data base, now i would like to print this values as html table[ as i am told its light weight],

    i want to have a generic method which should take the headings for table and should display the data from the data dictionary.

    1. how to find the headings for table from data dictionary?

    2. Whether displaying as html table is better than the controls like listview for an instance.

    let me know if any one has similar code
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    Have you considered using a Repeater control?

    Comment

    Working...