ASP.NET

Moderators: None (Apply to moderate this forum)
Number of threads: 1727
Number of posts: 3292

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Updating a webpage without refreshing Posted by shinsnake on 18 Jul 2006 at 9:36 AM
I was installing the latest Microsoft Office update at work and I was watching the completion bar and the amount I downloaded change on the fly without posting back to the screen. How do you do something like this? How do you have something update in the webpage without updating the entire page? Are they using frames?
Report
Re: Updating a webpage without refreshing Posted by iwilld0it on 18 Jul 2006 at 12:00 PM
They are prob. using asyncronous scripting. You prob. heard of this technology as the buzzword AJAX.

Basically, asyncronous scripting allows you to make server-side requests via javascript ... the server-side (which could be an aspx page) accepts a request, processes some stuff and sends a response. The javascript then can parse this response. This all happens w/out a page refresh.

If you wanna get involved in the craze, then try ...

http://ajaxpatterns.org/

Also, the .NET Framework 2.0 built a library / sdk on top of the AJAX technology and called it Atlas.

http://atlas.asp.net/default.aspx?tabid=47





: I was installing the latest Microsoft Office update at work and I was watching the completion bar and the amount I downloaded change on the fly without posting back to the screen. How do you do something like this? How do you have something update in the webpage without updating the entire page? Are they using frames?
:

Report
Re: Updating a webpage without refreshing Posted by shinsnake on 19 Jul 2006 at 3:57 AM
WOW, this stuff is awesome. Man, I can't wait to use this. I had heard of Ajax, but didn't even realize that it was something I could use. I never looked into it. I thought it was some other programming language. Man, thanks alot. This stuff is cool. Using things like Microsoft's Live Beta site and Wikipedia etc... and I never even thought about how things were changing with no postback. Now I know.

: They are prob. using asyncronous scripting. You prob. heard of this technology as the buzzword AJAX.
:
: Basically, asyncronous scripting allows you to make server-side requests via javascript ... the server-side (which could be an aspx page) accepts a request, processes some stuff and sends a response. The javascript then can parse this response. This all happens w/out a page refresh.
:
: If you wanna get involved in the craze, then try ...
:
: http://ajaxpatterns.org/
:
: Also, the .NET Framework 2.0 built a library / sdk on top of the AJAX technology and called it Atlas.
:
: http://atlas.asp.net/default.aspx?tabid=47
:
Report
Re: Updating a webpage without refreshing Posted by iwilld0it on 19 Jul 2006 at 5:59 AM
Yes it is some fun stuff. I have done some things and it has improved my client scripting two-fold.

: WOW, this stuff is awesome. Man, I can't wait to use this. I had heard of Ajax, but didn't even realize that it was something I could use. I never looked into it. I thought it was some other programming language. Man, thanks alot. This stuff is cool. Using things like Microsoft's Live Beta site and Wikipedia etc... and I never even thought about how things were changing with no postback. Now I know.
:
: : They are prob. using asyncronous scripting. You prob. heard of this technology as the buzzword AJAX.
: :
: : Basically, asyncronous scripting allows you to make server-side requests via javascript ... the server-side (which could be an aspx page) accepts a request, processes some stuff and sends a response. The javascript then can parse this response. This all happens w/out a page refresh.
: :
: : If you wanna get involved in the craze, then try ...
: :
: : http://ajaxpatterns.org/
: :
: : Also, the .NET Framework 2.0 built a library / sdk on top of the AJAX technology and called it Atlas.
: :
: : http://atlas.asp.net/default.aspx?tabid=47
: :
:




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.