diff options
author | wei <> | 2007-01-03 08:17:41 +0000 |
---|---|---|
committer | wei <> | 2007-01-03 08:17:41 +0000 |
commit | e66a34b2bfca3bb803500c4b9c39bed73d2e4001 (patch) | |
tree | e191731f94280eba47d9f660aa398892471f167a /tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page | |
parent | 258c8daf0fad79945620018a08ee84ca14b1d73e (diff) |
Update active controls to use http response body for application data.
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page')
-rw-r--r-- | tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page b/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page new file mode 100644 index 00000000..0b662617 --- /dev/null +++ b/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page @@ -0,0 +1,13 @@ +<%@ StatePersisterClass="System.Web.UI.TSessionPageStatePersister" %>
+<com:TForm>
+
+<h1>Large Page State Test (using Session page state)</h1>
+
+<com:TActiveButton Text="Show Changes" OnClick="button_clicked"/>
+<com:TActiveLabel ID="status" />
+<com:TJavascriptLogger />
+<com:TPanel ID="Panel1">
+
+</com:TPanel>
+
+</com:TForm>
\ No newline at end of file |