web page loading when opening console application..

  • Thread starter Thread starter jam
  • Start date Start date
J

jam

Dear all,

I ask some question before and i got some idea, like background thread....
However, I still dun know how could i start implementing this, could someone
help me on this and give me some sample code, how I could the page
displaying loading when I am calling a console application when it is still
running???

This would be great help for me.....

thx

jam
 
Hi,

It's not clear to me what exactly you want to do, if you have a web app that
calls a console app or a console app that display a web page while
executing

if the web app escenario is the one, you have several options to do so, you
could use div, iframes, frames, etc or send some text ot the browser and
call flush inthe response , then start executing your app.

maybe in the asp.net NG you can get a piece of working code.

cheers,
 
Back
Top