Flex-ASP.NET Examples |
|
|
![]() |
The examples presented on this page illustrate the communication between Flex applications and an ASP.NET server. The following examples are running on this site: For more information about these examples, visit the Flex Getting Started Experience.This server also provides data that is used by the charting examples in the Flex documenation. For more information, see Charting Data. Working with DataThe Working with Data example uses an HTTPService to request data from the database on this server and populates a DataGrid control with the results. It also lets you add new rows to the database through a Flex interface. This example uses ASP.NET 1.1.
Exchanging DataThe Exchanging Data example uses an HTTPService to create a request object that contains the
Charting DataMany charting examples in the Flex documentation use data extracted from this server. The following list provides links to the examples. The link in parentheses provides the XML output of the request. The best way to view the source data as it is used by Flex is to click the XML link, and then select View > Source in your browser): |
|