diff options
author | xue <> | 2006-01-05 05:35:55 +0000 |
---|---|---|
committer | xue <> | 2006-01-05 05:35:55 +0000 |
commit | 2d5b96ba9878ec36df7bb2af3493bb771c85b032 (patch) | |
tree | 0ebe72f5f7c3dc56d6a2c1a89b9d6820e3ecb1ce /framework/Exceptions/messages.txt | |
parent | c4279b69ac0f2fa30fdd661083cb753965ae2850 (diff) |
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r-- | framework/Exceptions/messages.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 9869cc8c..54c8f04c 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -154,4 +154,13 @@ tablestyle_cellspacing_invalid = TTableStyle.CellSpacing must take an integer pagestatepersister_pagestate_corrupted = Page state is corrupted.
pagestatepersister_privatekey_invalid = TPageStatePersister.PrivateKey must take a string no shorter than 8 characters.
-listitemcollection_item_invalid = TListItemCollection can only take strings or TListItem objects.
\ No newline at end of file +listitemcollection_item_invalid = TListItemCollection can only take strings or TListItem objects.
+
+dropdownlist_selectedindices_unsupported= TDropDownList.SelectedIndices is read-only.
+
+bulletedlist_autopostback_unsupported = TBulletedList.AutoPostBack is read-only.
+bulletedlist_selectedindex_unsupported = TBulletedList.SelectedIndex is read-only.
+bulletedlist_selectedindices_unsupported= TBulletedList.SelectedIndices is read-only.
+bulletedlist_selectedvalue_unsupported = TBulletedList.SelectedValue is read-only.
+
+radiobuttonlist_selectedindices_unsupported = TRadioButtonList.SelectedIndices is read-only.
\ No newline at end of file |