|
To continue our series , let’s look at updating the data. I have created a Plates.xaml page with very similar structure to the above. For details on how I created this page, check out my PDC 09 demo walk through. Now let’s look at updating the Plate data.. First we will create some default “form” UI by dragging an entity from the datasources window in much the same way we did above. But before we create the UI, notice the order of the fields – it matches the order they will be generated in the UI. They are in alphabetic order, but that is not always what you want. For example, I think Name should be first. To address this, in the server project, open the DishViewService.metadata.cs file and add...
|