G
Geoff Pennington
My manager has asked me to do something that I don't think is possible with
a web browser interface. He is sure it IS possible. If he is right, can you
tell me how to do it?
The user submits a form asking when an event can be scheduled. The web
server runs through the database to find an available day. It may have to
check several days. When a day is found, the web server returns the page to
the browser displaying the day that was found. The same sort of thing every
ASP.Net page does.
My manager would like the server to send the browser "status reports": "Now
Checking Monday"; "Now Checking Tuesday"; etc. I don't think it can be done,
because once the server responds to the browser, the server is finished. Any
ideas?
Much obliged.
a web browser interface. He is sure it IS possible. If he is right, can you
tell me how to do it?
The user submits a form asking when an event can be scheduled. The web
server runs through the database to find an available day. It may have to
check several days. When a day is found, the web server returns the page to
the browser displaying the day that was found. The same sort of thing every
ASP.Net page does.
My manager would like the server to send the browser "status reports": "Now
Checking Monday"; "Now Checking Tuesday"; etc. I don't think it can be done,
because once the server responds to the browser, the server is finished. Any
ideas?
Much obliged.