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?
For Answers, see/post comments
Alternate method for "For Loop"
Subscribe to:
Post Comments (Atom)
4 comments:
write in grid rowdatabound event
it is like creating custom classes
try...
foreach()
(or)
list.Foreach()
{}
any body give for this like using custom collections
Post a Comment