In this article Annette wraps up the details of the real time data grid that she started to describe in part one of this two-part article. She looks at the JavaScript code that contacts our database server and allows us to update data in a database without actually refreshing the page.
In this article we'll wrap up the details of the real time data grid that I described in part one of this two-part article. We will take a look at the JavaScript code that contacts our database server and allows us to update data without refreshing the page. If you haven't already done so, then you can read article one here.