I am creating an application and some of the information relies on data found in an SQL table. On pageload, this is bound to a ListView, but how do I get the list to auto refresh (re-bind) if more data is added to the SQL table?
I have considered calling the bind every 10 seconds or so, but that seems to be a bit old fashioned.
Any tips?