blob: 0b66261756438859e2c4a6325b80f8e08d8461cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>
|