Ask a Question related to ASP.NET General, Design and Development.
-
sundeep #1
ASP.NET server notifications
I am working on a ticker kind of a application using
asp.net. The issue is that we are not allowed to install
anything on the client. All what i can do is to show a
aspx page to the clients and auto refresh for the latest
data after some time.. just being curious if any other
option to send notification from server through HTTP?
sundeep Guest
-
Email Notifications
Hi, I have just started using Contribute within the past few weeks. I have a few questions which maybe somebody can help me out with. First,... -
Change email program used to send notifications
I need to change the email program that Contribute uses to send draft notification emails. When we send a draft for review and choose to also send... -
Email notifications of event log entries
Does anyone know of a way to send a notification by email of a Windows event, i.e. notification of serious event such as hardware failure? ... -
Dynamic Controls & Event Notifications
Here's a reply to another, related post: The subject of the post is "viewstate question", if you want to find the thread... HTH. -----... -
Long Operations User Notifications
Hello, When submitted, the server will run a number of tasks over a period of several minutes. How do I keep users updated? I would like to send... -
Steve C. Orr, MCSD #2
Re: ASP.NET server notifications
It sounds like you're doing all you can do with the limitations that are
imposed on you.
No notifications can be sent from the server without it being a response to
a request from the browser.
That's just how HTTP works. If you want to use a more complex protocol
you'd need to install something on the client.
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"sundeep" <sundeeps@niit.com> wrote in message
news:059a01c35d73$430aa860$a501280a@phx.gbl...> I am working on a ticker kind of a application using
> asp.net. The issue is that we are not allowed to install
> anything on the client. All what i can do is to show a
> aspx page to the clients and auto refresh for the latest
> data after some time.. just being curious if any other
> option to send notification from server through HTTP?
Steve C. Orr, MCSD Guest



Reply With Quote

