Duration: 17:28 min
Summary: In this video, we will continue our grid discussion by talking about accessing remote data. So we will create a new grid, but that uses data in json format. In this case, we will be using Visual Studio to create the database and the web service. We start our discussion with the database. The database is made of a table called Employee. There is also a stored procedure that inserts a new employee into the database. We will discuss the structure of the table and the column types. I already have about 13 records entered into the table, but you can always right click the table and view table data. After the database, we move into the web service. We have an asmx web service that has the read, create, update, and destroy. In our case, we will concentrate on the read method that retrieves the data and send them to the grid in json format.