Hi at all,
I am developing a module (Version DotNetNuke_04.08.03_Install) under .NET 2.0
The code works fine, but I want to inform the user about the progress (Simple Textoutput).
So I am using a Label, but if it is a function needing much time (saying about 2 minutes and longer), the output is done if the process has finished !
In my understanding output (rendering) is done if all events and process has finished.
So I am using Response.Write but the output will put on the first lines.
What ist the recommended way (build in functions in dotnetnuke namespace, classes, etc) in dotnetnuke for making "realtime" output or showing progress.
Please let me know or post some links, my searching was not succesfull about this.
Many thanks
George