ronnieroyal
New Member
Greetings from DOWNUNDER,<BR><BR><BR>Can anyone Help? Reward - Eternal gratitude.<BR><BR><BR>The Goal: RealTime Data Representation in ASP.NET<BR><BR>The ASP solution: We have used RDS with a mixture of client side scripting using RDF.DataFactory and ActiveX controls to achieve real time updates from relational data sources.<BR>That is when a change occurs in a database field the Control on the web page updates when a background timer object on the page fires; ie every 5 seconds (IETIMER.OCX).<BR><BR>The method has worked but is bulky and unsatisfactory. The dotNET dll hell escape and revolutionary new network, making lightweight of databinding, would at first appear ideal.<BR><BR>The problem we have persists in the ability to fire invisible timer events from the client to refresh data on the server. Because of the new architecture compilation, tick events cannot used on the server, as in web forms.<BR><BR>At first glance, this is a worry to our projects.<BR><BR>However, thinking about a particular feature of ASP.NET gives me hope as we have control of the browsers our clients use.<BR><BR>There must be a way to fire invisible timed events from client to server. Smart Navigation (.js) detects updates in web form controls and only changes those that have changed in response to an event. Perfect: how do I adapt SmartNav.js to work to an invisible client timer event or, preferably, dynamically activate in response to a data change in a webform control.<BR><BR>js is not my strong point, but I imagine such a script is possible. How do I get to control SmartNav and the events that occur (invisibly on the client). How does smart Navigation sense the change in web-controls. How can we use this. I've looked at the source of SmartNav.js and this should be possible.<BR><BR>I am looking for a clean crisp example to simplify this major issue in our web site design needs.<BR><BR>Heaven would be a SmartNav.js script that updates web form controls with no flicker, as when it is used/fired from a visible button or link etc, only when a control changes.<BR><BR>As I say eternal gratitude, not to mention a bottle of fine Australian wine to the genius who can lead me to a solution to this frustrating problem.<BR><BR><BR>Regards<BR><BR>Andrew Ball<BR>[email protected]<BR><BR>PS: If NASA can track the ISS in real time surely there's a way of doing this in dotNET