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.
|
|
|
|
|
![]() |
||
ASP and Real-Time Data
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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 |
|
|
|
|||
|
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/ |
![]() |
| Tags |
| asp, realtime, data |
| Thread Tools | |
|
|
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 |