diff options
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Overview.page')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Overview.page | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Overview.page b/demos/quickstart/protected/pages/Controls/Overview.page deleted file mode 100644 index ec3ac5be..00000000 --- a/demos/quickstart/protected/pages/Controls/Overview.page +++ /dev/null @@ -1,9 +0,0 @@ -<com:TContent ID="body" >
-<h1>Controls Overview</h1>
-<p>
-Control are components defined in addition with user interface. Control classes constitute a major part of the PRADO framework. Nearly every generic HTML element can find its representation in terms of a PRADO control. Mastering these controls becomes extremely important for developers to compose effectively and efficiently applications using PRADO.
-</p>
-<p>
-TBW: Control ID, Parent, NamingContainer, ViewState, ControlState, TWebControl, DataBound Control, ActiveControls
-</p>
-</com:TContent>
\ No newline at end of file |