Need Help With Simple Table & Datasource

  • Thread starter Swoozie Pellegrino
  • 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
 
A

Alexey Smirnov

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top