Problem: Ensure TreeView is constantly checking for updates?
--------------------------------------------------------------------------------------------
I need to keep data shown in treeview constantly in sync and up-to-date with the tables in my database. How can i do this when my webpage never interacts directly with the database and only talks directly with a web service( which does the hands on communication with the actual database ).
Html/javascript page
|
|
ASP.NET MVC Web Service( WEB API )
|
|
SQL Server 2012 Database
--------------------------------------------------------------------------------------------
I need to keep data shown in treeview constantly in sync and up-to-date with the tables in my database. How can i do this when my webpage never interacts directly with the database and only talks directly with a web service( which does the hands on communication with the actual database ).
Html/javascript page
|
|
ASP.NET MVC Web Service( WEB API )
|
|
SQL Server 2012 Database