Increasing speed

Bodybag

Regular
Joined
Jan 16, 2004
Messages
75
I have the following problem one of my pages has to contain seven datalists. One for each day. It is a scheduler. Now everything runs fine but the speed is the problem.The reason for this is that for each line in the datalist i need apply different style and javacript rules. So i loop through each row in each datalist.Is there a way to dynamicaly apply different javascript to a row without looping through each row.

Thanks
 
Last edited:
Back
Top