Tuesday, May 4, 2010

Populate an ASP.NET ListBox from JSON results using jQuery

In this example, we will see how to consume an ASP.NET Web Service (EmployeeList.asmx) that is JSON Serialized. The data source for this web service is List in the Employee.cs class. The class can be downloaded from the source code available with this article. Here’s a snapshot of what the class looks like.
Original post Here
 

No comments:

Post a Comment