ASP and Real-Time Data

This is a discussion on "ASP and Real-Time Data" within the ASP.NET Forum section. This forum, and the thread "ASP and Real-Time Data are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > ASP.NET Forum

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 26th, 2004, 12:53
New Member
Join Date: Dec 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
ASP and Real-Time Data

Can you shed light on "how" one would view a database in Internet Explorer... and have the data shown in the browser update when the database information changes.

I understand how to use Javascript to force a refresh.
I'd like to know "if and how" the data can update in the browser automatically without a browser refresh.

If no example/information can be presented here, what language/tools would one use to perform such a task.
I think ASP for sure, maybe with VB.. but "how would the browser know" if the data changed?

Where can more information be obtained on how this technology works?

Crashcup

  #2 (permalink)  
Old Dec 26th, 2004, 22:26
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
ASP can do it (but only with IE I think) using a technology called Remote Scripting.

For more information on it you can google it or check out:
http://msdn.microsoft.com/library/de...tml/rmscpt.asp

That's really the part specific to refreshing data without a page reload. As for diplaying info from a database as a table in ASP it's a fairly basic/common thing that is covered in many articles. http://www.google.com/search?q=displ...base+table+asp

Finally, if you know javascript and asp well you can have a invisible page refreshing regularly in an iframe, which uses javascript and dhtml to update the information on the parent page. I've done it before, and it works well, but it's not trivial to put together.

Also, ASP.NET has the ability to do it using Script Callbacks. For an overview of that go to:
http://msdn.microsoft.com/msdnmag/is...8/CuttingEdge/
Closed Thread

Tags
asp, realtime, data

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Real Time Statistics? pctank Search Engine Optimization (SEO) 11 Apr 21st, 2008 04:03
If only real life was like Photoshop... VanessaJW Webforumz Cafe 11 Aug 22nd, 2007 15:50
Microsoft Expression Web: Are they for real? BGarner Webforumz Cafe 5 Jul 16th, 2007 21:58
My first real crack at graphics Christopher Duell Graphics and 3D 2 Jun 29th, 2004 08:13
Adjusting time from server time to local time Tim356 Classic ASP 10 Jun 21st, 2004 14:57


All times are GMT. The time now is 00:12.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43