summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/DataList.page
diff options
context:
space:
mode:
authorxue <>2006-02-01 19:26:46 +0000
committerxue <>2006-02-01 19:26:46 +0000
commitd602f32bf108ccf58df7880227dc64d2cfa33e13 (patch)
tree3fa3d93ec96b3c9e88a004cb6ed2c67e184d4d12 /demos/quickstart/protected/pages/Controls/DataList.page
parenta7edca99c188c574125785c87198606527981d01 (diff)
Modified TDataList demo 2 to make it more demonstrative.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/DataList.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/DataList.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Controls/DataList.page b/demos/quickstart/protected/pages/Controls/DataList.page
index 1927f558..d003ae8e 100644
--- a/demos/quickstart/protected/pages/Controls/DataList.page
+++ b/demos/quickstart/protected/pages/Controls/DataList.page
@@ -50,7 +50,7 @@ The following example shows how to use TDataList to display tabular data, with d
</p>
<com:RunBar PagePath="Controls.Samples.TDataList.Sample1" />
<p>
-An important use of TDataList is for maintaining tabular data, including browsing, editting, deleting data items. This is enabled by the command events and various item templates of TDataList. The following example displays a computer product information. Users can add new products, modify or delete existing ones.
+A common use of TDataList is for maintaining tabular data, including browsing, editting, deleting data items. This is enabled by the command events and various item templates of TDataList. The following example displays a computer product information. Users can add new products, modify or delete existing ones. In order to locate the data item for updating or deleting, <tt>DataKeys</tt> property is used.
</p>
<com:RunBar PagePath="Controls.Samples.TDataList.Sample2" />