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
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
Comment