use eDataFormToolbar for eDataForm

This example illustrates how to use eDataFormToolbar control to manipulate eDataForm control.

Pick a Theme:


ProductIDProductName
SupplierIDSupplier Name
CategoryIDCategory Name
QuantityPerUnitUnitPrice
UnitsInStockUnitsOnOrder
ReorderLevelDiscontinued

  Design   Source  
  1. Place eDataFormToolbar and eDataForm controls on the web form.
  2. Set TargetDataForm property of eDataFormToolbar as "EDataForm1".
  3. Set DataFormID property of eDataForm as "Products" and set ToolbarPosition property to No Dispaly to hide the eDataForm internal buttons.
  4. There are three toolbar button types available, Button, LinkButton and ImageButton. The default type is ImageButton. If the page enables theme, then the images and style of ImageButton locates at the Theme_Name in  App_Theme folder. If not, then find them under \EasyDotNet\3_0\Images folder.
  • Click HERE to open up a READ ONLY DataForm.NET Manager.
  • Click HERE to try for yourself.