08-23-2005 04:36 PM - edited 08-23-2005 04:36 PM
Hello,
I am inserting the rows one by
one (with different data type elements) in a table. I need to display some cells with colors. But it is very slow
to enter all of my data to table . ( I am
handling a large data file).
How to get this very fast???????????
For example my table:
Row 2 2343 xyz string1 my dgfd string 2534 4262
Row 3 1244 abc string abcd string 2 2538 4242
Row 4 1254 fysdg string my string 2 2638 4245
……………………..so on
Some cells have to be displayed with colors. The color of the cell depends on the element of the cell.
How can I do this fast????
Will it be faster if I use diff. arrays for each column?????
I wait for your suggestion……..thank you
raj
Message Edited by raj1 on 08-23-2005 04:40 PM
08-23-2005 10:30 PM