summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2006-06-15 18:07:48 +0000
committerxue <>2006-06-15 18:07:48 +0000
commit24a5d124d1c004892c36e969b7f03fd5d4fde9e9 (patch)
treed8760cf41c270dcfa4ecede305b7f727986da6a8 /HISTORY
parentfbbc9d2a517f97b9d961e19e0c205a8153e3a093 (diff)
Fixed #232 - Allow <%# %> and <%= %> embedded within property values
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY1
1 files changed, 1 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2534b883..7e0ee535 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7,6 +7,7 @@ CHG: ensureChildControls() is now invoked in TControl::initRecursive (Qiang)
CHG: Postback enabled control will always disable default client-side browser action. (Qiang)
CHG: CSS and JS files in a theme are now included in page in alphabetic order (Qiang)
ENH: Ticket#206 - Added OnValidate, OnError, OnSuccess events to validators (Qiang)
+ENH: Ticket#232 - Allow <%# %> and <%= %> embedded within property values (Qiang)
ENH: TRepeater, TDataList and TDataGrid will store data indices in DataKeys if DataKeyField is not set. (Qiang)
ENH: Added TPageService.BasePageClass property (Qiang)