blob: 56ad075ea18c4895afa3382edfd996c1344b4567 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<%@ StatePersisterClass="System.Web.UI.TSessionPageStatePersister" %>
<com:TContent ID="Content">
<h1>Large Page State Test (using Session page state)</h1>
<com:TActiveButton Text="Show Changes" OnClick="button_clicked"/>
<com:TActiveLabel ID="status" />
<com:TPanel ID="Panel1">
</com:TPanel>
</com:TContent>
|