diff options
Diffstat (limited to 'tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page')
-rwxr-xr-x | tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page b/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page index 168b7b8c..56ad075e 100755 --- a/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page +++ b/tests/FunctionalTests/active-controls/protected/pages/LargePageStateTest2.page @@ -1,5 +1,5 @@ <%@ StatePersisterClass="System.Web.UI.TSessionPageStatePersister" %>
-<com:TForm>
+<com:TContent ID="Content">
<h1>Large Page State Test (using Session page state)</h1>
@@ -9,4 +9,4 @@ </com:TPanel>
-</com:TForm>
\ No newline at end of file +</com:TContent>
\ No newline at end of file |