Using a eDataForm web control to display detailed data - DataForm.NET Sample

eDataForm web control accepts the value from hyperlink and displays the detailed data.

Pick a Theme:

AddCancel
ProductID7ProductName
SupplierIDSupplier Name
CategoryIDCategory Name
QuantityPerUnitUnitPrice
UnitsInStockUnitsOnOrder
ReorderLevelDiscontinued
AddCancel

  Design   Source  
Bacically, eDataForm web control need two types of data. One is DataFormID, the other is primary key(s) of the row. DataFormID is used to specify which DataForm that eDataForm should use. And the value of primary key is used to retrieve the specific data from database. In this example, the query string contains two parameters: DataFormID and ProductID(primary key).
  • Click HERE to open up a READ ONLY DataForm.NET Manager.
  • Click HERE to try for yourself.