diff options
author | xue <> | 2006-03-26 18:24:16 +0000 |
---|---|---|
committer | xue <> | 2006-03-26 18:24:16 +0000 |
commit | b1323f31af5dea42c99385c2c50d9e664fbce847 (patch) | |
tree | 8fa478433a099bd0f082628b1dd54ebde80b3ab5 /demos/quickstart/protected/pages/Controls/Samples | |
parent | 965aa3d9475a86642d33ace50d52c77987a125ea (diff) |
Modified DisplaySideBar and DisplayCancelButton to ShowSideBar and ShowCancelButton, respectively.
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Samples')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page index bb0a251c..aa43a0f9 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page @@ -10,7 +10,7 @@ In the following survey, if you are a college student, you will be asked which m BackColor="#FFFBD6"
Width="300px"
HeaderText="A Mini Survey"
- DisplaySideBar="false"
+ ShowSideBar="false"
HeaderStyle.BackColor="PaleGoldenrod"
HeaderStyle.HorizontalAlign="Center"
NavigationStyle.HorizontalAlign="Center"
|