regarding HTTP1.1 feature + presistent connection
-
PLease kindly list out the special feature in HTTP1.1 and kindly explain me breifly can i have internal auto refresh in my web page, for example can i refresh the a particular data in my page without posting the whole page... such as refreshing a cricket score in home page, polling results in page etc... thank you, waiting for reply... FaxMan Jr
-
PLease kindly list out the special feature in HTTP1.1 and kindly explain me breifly can i have internal auto refresh in my web page, for example can i refresh the a particular data in my page without posting the whole page... such as refreshing a cricket score in home page, polling results in page etc... thank you, waiting for reply... FaxMan Jr
your question totally depends on where the code is executed. Client side processes like Javascript runs on the client and can go out and poll information without posting back the entire page. Server side code like ASP.NET requires the page to be posted back so the server can poll the information and process it. if you want the page to auto-refresh you can add line to the header to do this, but it posts back the entire page. If you're looking for some sort of scrolling score update or stock ticker type of deal that updates without a postback it must be a client side process.
'Cause I'm living on things that excite me, be it pastries or lobsters or love...
I'm just trying to get by, being quiet and shy, in a world full of push and shove... Jimmy Buffett - The Wino and I know