D
DaveL
Hi,
what is the best sleep method when in long
loops , running aspx c# 2.0
i have a situation where i have to loop through a large record set, and
there is no background thread,
just code ran from the update button
is threading.sleep(0) the best option
thanks
DaveL
what is the best sleep method when in long
loops , running aspx c# 2.0
i have a situation where i have to loop through a large record set, and
there is no background thread,
just code ran from the update button
is threading.sleep(0) the best option
thanks
DaveL