diff options
author | xue <> | 2005-12-31 03:44:30 +0000 |
---|---|---|
committer | xue <> | 2005-12-31 03:44:30 +0000 |
commit | 16c588209ce9197f13f343c83145446c4d92822a (patch) | |
tree | 427c091cbc88a3cd6c2c6984fe29adeb53273b80 /demos/quickstart/protected | |
parent | e050f7f5e259ffc9df018a7021e8ed946b4d614e (diff) |
Diffstat (limited to 'demos/quickstart/protected')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page index 9b82a969..3554729b 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TDropDownList/Home.page @@ -43,7 +43,7 @@ List box with customized row number, color and font: <tr>
<td class="samplenote">
-Disabled Dropdown list:
+Disabled dropdown list:
</td>
<td class="sampleaction">
<com:TDropDownList Enabled="false">
@@ -57,7 +57,7 @@ Disabled Dropdown list: <tr>
<td class="samplenote">
-Auto postback Dropdown list:
+Auto postback dropdown list:
</td>
<td class="sampleaction">
<com:TDropDownList AutoPostBack="true" SelectedIndexChanged="selectionChanged">
|