Project Description:
This project is to accomplish the following:
Create a single aspx page using Ext.NET's sample Desktop control that has a single icon on the desktop. Once clicked, the window opens up and pulls a list of customers from the server (Name, Phone, State) in a grid. This could be from a DB or just an array on the server. The data would also load into the IndexedDB of the browser in the event the browser goes offline. If the icon is clicked, the javascript needs to check to see if the browser is offline (asynchronous code to check a url such as google.com), and if it cannot reach the server, pop up a message box (see attachment sample) saying the system is offline and ask the user to switch to OFFLINE mode, which will utilize the data that's in the IndexedDB for Ext JS to pull the customers from the browser db instead of the server.
Using Ext.NET 2.x, Visual Studio 2010, .NET Framework 4.0