:: Forum >>

How to give dynamical data



Actually we get data dynamically, for that how can i send data to the table,
suresh
Tuesday, March 15, 2005
You have to use ASP to get it done
jyostna
Wednesday, March 16, 2005
we can send it by get or post method
Amit Aher
Monday, July 31, 2006

Set the new value to myData[], and refresh the table.

obj.setRowCount(num_rows)
obj.setSelectionProperty("values", new Array());
obj.setRowProperty("value", function(i){return i});
obj.refresh();
flashsnake
Tuesday, August 1, 2006

This topic is archived.


Back to support forum

Forum search