For Answers, see/post comments

Alternate method for "For Loop"

i am developing grid line application, in each cell i have to load some images.

So that, i am using for loop statement, but it is taking very long time for 1200 iterations so any body give solution to get another way?

4 comments:

Anonymous said...

write in grid rowdatabound event

Anonymous said...

it is like creating custom classes

Anonymous said...

try...
foreach()
(or)
list.Foreach()
{}

Anonymous said...

any body give for this like using custom collections