TDataList Sample 2
-This demo shows a simple application of TDataList control in maintaining a list of computer products. The application allows you to browse a list of inventory computer products, edit, select and delete them.
-
-
-Be aware, for simplicity, this application does not do any input validation. In real applications, make sure user inputs are valid before saving them into databases.
-
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample1.page b/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample1.page
index 1922ca2a..e28ef6fb 100644
--- a/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample1.page
+++ b/demos/quickstart/protected/pages/Controls/Samples/TRepeater/Sample1.page
@@ -16,7 +16,7 @@
-
+
<%#$this->Parent->DataItem['id']%> |
<%#$this->Parent->DataItem['name']%> |
<%#$this->Parent->DataItem['quantity']%> |
@@ -26,7 +26,7 @@
-
+
<%#$this->Parent->DataItem['id']%> |
<%#$this->Parent->DataItem['name']%> |
<%#$this->Parent->DataItem['quantity']%> |
--
cgit v1.2.3