blob: 168b7b8c92ab072372ca239b8ce8363126f290e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<%@ 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:TPanel ID="Panel1">
</com:TPanel>
</com:TForm>
|