E
Elmo Watson
Here's the scenario -
I'm iterating through a directory, dynamically adding picturebox controls to
a container, with a For Loop
On screen, you don't see anything until it actually fully populates
In ASP.Net, there is a command - Response.Flush - you can put this before
the end of the loop, to make the page show what's just been done.
Is there anything like this in VB.Net?
(I hope I've fully explained the need)
I'm iterating through a directory, dynamically adding picturebox controls to
a container, with a For Loop
On screen, you don't see anything until it actually fully populates
In ASP.Net, there is a command - Response.Flush - you can put this before
the end of the loop, to make the page show what's just been done.
Is there anything like this in VB.Net?
(I hope I've fully explained the need)