TDataList Sample 2

This demo shows a simple application of TDataList control.

TDataList allows you to show a list of data items (rows), edit, select and delete them.

Computer Parts
Parent->DataItem['id']%> CommandName="select" /> <%#$this->Parent->DataItem['name']%>
IDNameQuantityPrice
<%#$this->Parent->DataItem['id'] %> <%#$this->Parent->DataItem['name'] %> <%#$this->Parent->DataItem['quantity'] %> $<%#$this->Parent->DataItem['price'] %>
ID <%#$this->Parent->DataItem['id']%>
Name Parent->DataItem['name'] %> />
Quantity Parent->DataItem['quantity'] %> />
Price Parent->DataItem['price'] %> />