summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
blob: ca1f361ff1bdb7fbab31289f089b4f0d0d0e7ebb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<com:TContent ID="body" >

<h1>New Features</h1>

<p>
This page summarizes the main new features that are introduced in each PRADO release.
</p>

<h2>Version 3.1.0</h2>
<ul>

<li>Seamless AJAX support - A whole array of AJAX-enabled controls, called active controls, are introduced. The usage of these active controls is very similar to their non-AJAX counterparts. For more details, see the tutorial about <a href="?page=ActiveControls.Home">active controls</a>.</li>

<li>Layered database support - </li>
<li>New controls, modules and services - TSoapService, TOutputCache, TSessionPageStatePersister, TFeedService, TJsonService, cache dependency classes, TXmlTransform
</li>

<li>New template syntax facilitating <a href="?page=Configurations.Templates1">subproperty configuration</a>.</li>

<li>Introduction of renderer concept - renderer enables reusing item templates that are commonly found in <tt>TRepeater</tt>, <tt>TDataList</tt> and <tt>TDataGrid</tt>, and makes the configuration on these controls much cleaner. For more details about renders, see the updated tutorials on <a href="?page=Controls.Repeater"><tt>TRepeater</tt></a>, <a href="?page=Controls.DataList"><tt>TDataList</tt></a> and <a href="?page=Controls.DataGrid"><tt>TDataGrid</tt></a>.</li>
</ul>

<div class="last-modified">$Id$</div>
</com:TContent>