[[Property:title|Simple data binding]]
[[Property:weight|7]]
[[Property:uuid|5a0572cb-435c-1558-9e05-7de7e6ba08f1]]
[[Image:simple-data-binding|Hello world form]]
==Compiling==
To compile the example:
# Launch EiffelStudio.
# Click '''Add project'''
# Browse to ''$ISE_EIFFEL\examples\dotnet\winforms\data\simple_binding\''
# Choose ''simple_binding.ecf''
# Choose the location where the project will be compiled, by default the same directory containing the configuration file.
# Click '''Open'''.
==Running==
After launching the application, you will see a window displayed with a similar appearance to the one above.
This is a list of five customers you can parse, and we display the details of the current customer in the list.
Clicking on the left button (|<) will bring you on the first customer of the list.
Clicking on the left button (<) will bring you on the precedent customer in the list.
Clicking on the right button (>) will bring you on the next customer in the list.
Clicking on the right button (>|) will bring you on the last customer of the list.
==Under the Hood==
This sample uses the following class:
* FORM
==Notes==
This sample is translated from the example located in the QuickStart\winforms\samples\dataBinding subdirectory of the .NET Framework SDK samples directory of Microsoft Visual Studio.NET.