Bodybag Posted March 1, 2004 Posted March 1, 2004 (edited) 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 Edited March 1, 2004 by Bodybag Quote Programmers are trying to create bigger and beter idiot proof programs.The universe is trying to create bigger and beter idiots and so far the universe is winning.
kahlua001 Posted March 1, 2004 Posted March 1, 2004 If you dont need the viewstate, disable it. Quote
Bodybag Posted March 2, 2004 Author Posted March 2, 2004 Thanks, Still slow but much beter. Quote Programmers are trying to create bigger and beter idiot proof programs.The universe is trying to create bigger and beter idiots and so far the universe is winning.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.