Need Help With Simple Table & Datasource

  • Thread starter Thread starter Swoozie Pellegrino
  • Start date Start date
S

Swoozie Pellegrino

Hi, all.

I have a simple page that I want to creat that displays a
table from a collection of objects that I have in memory.
I'll need to set each row's background color on the fly,
the color depending on an object's numeric property.

Most examples on the web that I see use grid controls,
but bind them to database tables. I have all the data
in memory and would like to serve that up.

Also, I would like to update colors and information
w/o page refreshes via AJAX...seems like that won't
take too much extra time, correct?

Thanks!
~swooz
 
Hi, all.

I have a simple page that I want to creat that displays a
table from a collection of objects that I have in memory.
I'll need to set each row's background color on the fly,
the color depending on an object's numeric property.

Most examples on the web that I see use grid controls,
but bind them to database tables. I have all the data
in memory and would like to serve that up.

Also, I would like to update colors and information
w/o page refreshes via AJAX...seems like that won't
take too much extra time, correct?

Thanks!
~swooz

create a table in a code
 
Back
Top