I want to move my console application to asp.net website, where I show some action logs. What kind of control should I use for read-only actions logs? Let say on the button click I have a loop and I want to display actions from inside that loop. Should I use multiline textbox? how do I append lines? should I wrap with update panel control?
not sure which controls to pick to replicate console.log view for the website page..
You should google about asp.net async pages, there are many examples, you can choose one that fits your technology, for example:
ASP.NET Asynchronous label update