473,397 Members | 1,960 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Auto Push

Hi Everyone,

IS it possible in ASP.NET that Server should automatically push data to the
client ?

Thanks

Arun Gandhi
Nov 17 '05 #1
5 6072
Hi,

I think this is not so much a question about ASP.NET but about the HTTP
protocoll and browsers. To my knowledge there is currently no real push
technology. What you can do independent of ASP.NET is that you can use
XMLHTTP as an object inside IE 5.x or higher to do call backs to the server.
Or you could use an invisible IFRAME that you keep refreshing every now and
then. Then the server could 'push' data to the client by answering the
continous request.

Best regards,

Marc Höppner
NeoGeo

"Arun Gandhi" <ar********@hotmail.com> wrote in message
news:eT**************@tk2msftngp13.phx.gbl...
Hi Everyone,

IS it possible in ASP.NET that Server should automatically push data to the client ?

Thanks

Arun Gandhi

Nov 17 '05 #2
no

"Arun Gandhi" <ar********@hotmail.com> wrote in message
news:eT**************@tk2msftngp13.phx.gbl...
Hi Everyone,

IS it possible in ASP.NET that Server should automatically push data to the client ?

Thanks

Arun Gandhi

Nov 17 '05 #3
No, this is not possible.
With HTTP, a request MUST initiate from the client.
Therefore about the best you could do is have a timer on a web page that,
every x seconds, requests a "push" of data if one is available. Of course
this eats a lot more bandwidth but it's your only hope without switching to
a client that is more sophisticated than a web browser.

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net

"Arun Gandhi" <ar********@hotmail.com> wrote in message
news:eT**************@tk2msftngp13.phx.gbl...
Hi Everyone,

IS it possible in ASP.NET that Server should automatically push data to the client ?

Thanks

Arun Gandhi

Nov 17 '05 #4
Hmm. I'm interested....What kind of client would enable this? Wouldn't you
have to have some sort of "bound" connection via tcp/ip? How would you
approach this?

I'm curious to know of examples of how this would be done....

Cheers!

"Steve C. Orr, MCSD" <St***@Orr.net> wrote in message
news:Oe**************@TK2MSFTNGP12.phx.gbl...
No, this is not possible.
With HTTP, a request MUST initiate from the client.
Therefore about the best you could do is have a timer on a web page that,
every x seconds, requests a "push" of data if one is available. Of course
this eats a lot more bandwidth but it's your only hope without switching to a client that is more sophisticated than a web browser.

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net

"Arun Gandhi" <ar********@hotmail.com> wrote in message
news:eT**************@tk2msftngp13.phx.gbl...
Hi Everyone,

IS it possible in ASP.NET that Server should automatically push data to

the
client ?

Thanks

Arun Gandhi


Nov 17 '05 #5
Yes, tcp would be the most likely choice.
Here's more info:
http://msdn.microsoft.com/library/de...classtopic.asp

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net
"Null" <fa**********@hotmail.com> wrote in message
news:uW**************@TK2MSFTNGP10.phx.gbl...
Hmm. I'm interested....What kind of client would enable this? Wouldn't you have to have some sort of "bound" connection via tcp/ip? How would you
approach this?

I'm curious to know of examples of how this would be done....

Cheers!

"Steve C. Orr, MCSD" <St***@Orr.net> wrote in message
news:Oe**************@TK2MSFTNGP12.phx.gbl...
No, this is not possible.
With HTTP, a request MUST initiate from the client.
Therefore about the best you could do is have a timer on a web page that, every x seconds, requests a "push" of data if one is available. Of course this eats a lot more bandwidth but it's your only hope without switching

to
a client that is more sophisticated than a web browser.

--
I hope this helps,
Steve C. Orr, MCSD
http://Steve.Orr.net

"Arun Gandhi" <ar********@hotmail.com> wrote in message
news:eT**************@tk2msftngp13.phx.gbl...
Hi Everyone,

IS it possible in ASP.NET that Server should automatically push data
to the
client ?

Thanks

Arun Gandhi



Nov 17 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Will | last post by:
Hi, Sorry to be a pest... But I can figure this out. I'm pushing to a stack. then I need to check to see if the word is a palindrome. Is the code below correct? if so, how can I check the...
3
by: david | last post by:
HI! Im trying to make "HTML form" into automatic. 1. If I get 18 numbers like: A B C D E F . . . . 2. How can I put those 18 numbers automatically into 6 numbers format like: A B C D E F
1
by: marko | last post by:
Here is my problem. How can i make a field in a form change to a value 1 every morning when I turn access on, when the date changes? And how can i make a button on a form which would open another...
17
by: Dino M. Buljubasic | last post by:
I am building an applicatin that will be able to automatically update itself from an FTP server. I'd like to be able to determine which version of application is newer, the one currently running...
1
by: AA Arens | last post by:
I have a button containing the VB command Me.Notes = Me.Notes & Format(Date, "dd-mm-yyyy") to have a date filled in a field. I want it automatically jump to the next field, after the date is...
15
by: Bill Pursell | last post by:
The faq (question 1.12) states that the keyword "auto" is completely useless. However, it is necessary to forward declare a nested function (for gcc...I'm not sure if this is gcc specific or a...
4
by: Drum2001 | last post by:
I have a combobox that is populated from a button on the form. One pushes this button and the following happens: !! = Me.ItemName So the combobox no shows whatever was in Me.ItemName. Here...
0
by: baldrex | last post by:
hello again, I have already gotten to the pdf file, however it hangs at the save as screen. What I am looking for is a snipet of code that will allow me to print to the pdf and auto save it to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.