Miro,
Thanks that did the trick.
Bruce,
>why do you need to refresh the "form" part of the page?
>is that gonna change? Perhaps you just need to refresh the "browse" part?
I have a windows service which runs various tasks on a machine. I'm using NetTalk to provide a webpage which shows the current server status.
While the webpage is open I want it to display
- [Date/Time]
- [Information Text]
- [some conditional buttons]
- [a browse]
- [more text and conditional buttons]
All the items can change - text, buttons, browse - so the whole page needs to be refreshed.
The NetWebPage is the container for everything.
The NetWebForm has the display text and buttons, and the browse.
So ... I need to update the whole page to change the text, buttons, etc.